summaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-09-11 09:29:28 +0200
committergjoranv <gv@verizonmedia.com>2019-09-11 09:41:28 +0200
commit53b79beb6d24382b51ec61e7f6716986bd6025bd (patch)
tree1f79b7d039c7b15d131eaedc1edd214c1c081ff6 /container-dependency-versions
parent7ad1c8891ea374b2452cc706229d128459dfe8e8 (diff)
Remove com.google.code.findbugs:annotations from container-dep-versions
- The annotations are not used runtime and not provided by the container. - Since recently, they do not leak out from the 'container' artifact, so some users may need to add it to their own pom.
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>