diff options
author | Liam Fallon <liam.fallon@ericsson.com> | 2018-08-28 11:21:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-28 11:21:03 +0000 |
commit | 2db050d3960f9b06f34687ea3dea105dc836a9a1 (patch) | |
tree | e91e25976dd81e2a09841a2dfa7cebd49f428ed3 /integration | |
parent | 5ce052fe40b6c3c3a655f7f26530e3b8c54f6990 (diff) | |
parent | fb1af89c67f614dc7d3df74e7fb0aebf7ff524b3 (diff) |
Merge "Upgrade oparent version"
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 634d953f..523f034d 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -96,24 +96,6 @@ <version>4.4.9</version> </dependency> - <!-- utility classes, google's collections, io classes --> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>25.1-jre</version> - <exclusions> - <exclusion> - <groupId>org.checkerframework</groupId> - <artifactId>checker-qual</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.checkerframework</groupId> - <artifactId>checker-qual</artifactId> - <version>2.5.3</version> - </dependency> - <!-- JSON marshalling and unmarshalling --> <dependency> <groupId>com.google.code.gson</groupId> |