diff options
author | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-18 11:55:59 +0300 |
---|---|---|
committer | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-18 13:53:02 +0300 |
commit | b1b380c5e83b044605bddfc390b80bedafd359f5 (patch) | |
tree | e5a00e579747afdd0a952c70e2690ecc0a63a08e /dcaedt_validator | |
parent | 3fc94dd71339db72d60220add95b6b72c932abdb (diff) |
security check issues
updating springfox-swagger-ui version, using security check issues
Change-Id: Ia5a63298b5a720652279320d00bdbdbee1f79e21
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'dcaedt_validator')
-rw-r--r-- | dcaedt_validator/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dcaedt_validator/pom.xml b/dcaedt_validator/pom.xml index 5f62852..5137938 100644 --- a/dcaedt_validator/pom.xml +++ b/dcaedt_validator/pom.xml @@ -15,10 +15,10 @@ <module>checker</module> </modules> <scm> - <connection>scm:git:https://github.research.att.com/ASC/ASC-Validator/</connection> - <developerConnection>scm:git:https://github.research.att.com/ASC/ASC-Validator/</developerConnection> + <connection>scm:git:https://github.research.onap.com/ASC/ASC-Validator/</connection> + <developerConnection>scm:git:https://github.research.onap.com/ASC/ASC-Validator/</developerConnection> <tag>HEAD</tag> - <url>https://github.research.att.com/ASC/ASC-Validator/</url> + <url>https://github.research.onap.com/ASC/ASC-Validator/</url> </scm> <properties> <sonar.skip>true</sonar.skip> |