aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-05-19 22:53:47 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:22 +0200
commitef90737f0e313ec3fe6cd340020ccbfe73add7ec (patch)
treeba59f59ed81b7ca095f3e68c0ae698dd98cfa65d /container-dev
parenta3c011b941b39d066ed390f8817c9e91809d1138 (diff)
Move exclusions from container-dep-versions to container-dev
- The exclusions in container-dep-versions would affect users that explicitly depend on guava.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 1c889448a40..f5c77a198c6 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -48,6 +48,21 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
+ <exclusion>
+ <!-- Empty artifact for gradle projects, see the artifact's pom.xml -->
+ <groupId>com.google.guava</groupId>
+ <artifactId>listenablefuture</artifactId>
+ </exclusion>
+ <exclusion>
+ <!-- Annotations with retention Runtime. Remove exclusion if needed. -->
+ <groupId>org.checkerframework</groupId>
+ <artifactId>checker-qual</artifactId>
+ </exclusion>
+ <exclusion>
+ <!-- Annotation with retention class only -->
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>