diff options
-rw-r--r-- | integration/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 2e189382..8e6277e4 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -102,6 +102,17 @@ <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 --> |