summaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
diff options
context:
space:
mode:
Diffstat (limited to 'container-dependency-versions')
-rw-r--r--container-dependency-versions/pom.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/container-dependency-versions/pom.xml b/container-dependency-versions/pom.xml
index 388f1ee5a68..b377e7203a9 100644
--- a/container-dependency-versions/pom.xml
+++ b/container-dependency-versions/pom.xml
@@ -109,11 +109,8 @@
<version>${jackson2.version}</version>
</dependency>
<dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>annotations</artifactId>
- <version>${findbugs.version}</version>
- </dependency>
- <dependency>
+ <!-- Not provided runtime, but necessary to build with guava in many cases.
+ Guava has an optional dep on this and uses the annotations in some classes. -->
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>${findbugs.version}</version>