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 | |
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>
-rw-r--r-- | dcaedt_be/pom.xml | 2 | ||||
-rw-r--r-- | dcaedt_catalog/pom.xml | 7 | ||||
-rw-r--r-- | dcaedt_validator/pom.xml | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/dcaedt_be/pom.xml b/dcaedt_be/pom.xml index 59abbd1..a33306a 100644 --- a/dcaedt_be/pom.xml +++ b/dcaedt_be/pom.xml @@ -115,7 +115,7 @@ <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> - <version>2.6.1</version> + <version>2.8.0</version> <scope>compile</scope> </dependency> <dependency> diff --git a/dcaedt_catalog/pom.xml b/dcaedt_catalog/pom.xml index 2e8b142..905f0d2 100644 --- a/dcaedt_catalog/pom.xml +++ b/dcaedt_catalog/pom.xml @@ -18,11 +18,10 @@ <module>api</module> <module>service</module> </modules> - <scm> - <connection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</connection> - <developerConnection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</developerConnection> + <connection>scm:git:https://github.research.onap.com/ASC/ASC-Catalog/</connection> + <developerConnection>scm:git:https://github.research.onap.com/ASC/ASC-Catalog/</developerConnection> <tag>HEAD</tag> - <url>https://github.research.att.com/ASC/ASC-Catalog/</url> + <url>https://github.research.onap.com/ASC/ASC-Catalog/</url> </scm> </project> 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> |