summaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
diff options
context:
space:
mode:
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>