diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-08-27 13:51:57 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-08-27 14:35:20 -0400 |
commit | fb1af89c67f614dc7d3df74e7fb0aebf7ff524b3 (patch) | |
tree | 22dd91643d0bd864928364ad2d90510c030bc71a /integration | |
parent | c6f09d3f785654d5f3e6f423b8f21bcec412f2e9 (diff) |
Upgrade oparent version
Working with the Integration team, we are using oparent to set
the versions for a small number of java dependencies across all
projects. This upgrade is for google/guava.
Issue-ID: INT-619
Change-Id: Ide5828442a9f9a9888a2b0a6f817811cb49889a9
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
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 e668d9a7..acd32625 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> |