summaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml18
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>