diff options
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> |