aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-05-19 14:24:15 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:22 +0200
commita3c011b941b39d066ed390f8817c9e91809d1138 (patch)
tree861d9394198a740d5d2d32ca51bc9296508885b2 /container-dev
parent74bd6eb8dde4ccbfc92d74cc2a3b0210eb28b291 (diff)
Upgrade findbugs:jsr305 and stop providing from container-dev
- Version is linked to guava version (see guava-parent)
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 6268e1e6fb4..1c889448a40 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -42,6 +42,13 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
+ <exclusions>
+ <exclusion>
+ <!-- Annotations with retention Runtime. Remove exclusion and provide from jdisc_core if needed. -->
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>