diff options
author | 2018-09-17 20:06:37 +0100 | |
---|---|---|
committer | 2018-09-17 20:06:37 +0100 | |
commit | aa6f9acfc15b8836bc4b50bd6bdfa1b06c49d321 (patch) | |
tree | 7687d0e84a3ea0050e71ed7ba4865e6a27c4948c /champ-service | |
parent | 6ce2b6004e9c213331fc2337158b17dd9f1a5da3 (diff) |
Fix for NexusIQ security vunerabilities
Update and exclude dependencies causing security vunerabilities
Issue-ID: AAI-1614
Change-Id: I301c270f739e1fa97cb63794f5519bceb086f747
Signed-off-by: Michael Reece <michaere@amdocs.com>
Diffstat (limited to 'champ-service')
-rw-r--r-- | champ-service/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 92d8a36..6a31fb4 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -39,7 +39,6 @@ limitations under the License. <common.logging.groupid>org.onap.aai.logging-service</common.logging.groupid> <common.logging.version>1.2.2</common.logging.version> - <version.com.google.guava>18.0</version.com.google.guava> <version.org.apache.commons.commons-lang3>3.7</version.org.apache.commons.commons-lang3> <version.org.hamcrest.hamcrest-library>1.3</version.org.hamcrest.hamcrest-library> <version.org.springframework.boot.spring-boot-dependencies>1.5.15.RELEASE</version.org.springframework.boot.spring-boot-dependencies> @@ -123,7 +122,6 @@ limitations under the License. <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>${version.com.google.guava}</version> </dependency> <dependency> |