summaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
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-dependency-versions
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-dependency-versions')
-rw-r--r--container-dependency-versions/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/container-dependency-versions/pom.xml b/container-dependency-versions/pom.xml
index 6788e3530b2..872d0b2fa64 100644
--- a/container-dependency-versions/pom.xml
+++ b/container-dependency-versions/pom.xml
@@ -81,23 +81,6 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
- <exclusions>
- <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>
<groupId>com.google.inject.extensions</groupId>