summaryrefslogtreecommitdiffstats
path: root/component
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 /component
parent74bd6eb8dde4ccbfc92d74cc2a3b0210eb28b291 (diff)
Upgrade findbugs:jsr305 and stop providing from container-dev
- Version is linked to guava version (see guava-parent)
Diffstat (limited to 'component')
-rwxr-xr-xcomponent/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/component/pom.xml b/component/pom.xml
index d4d8400f397..40837457b17 100755
--- a/component/pom.xml
+++ b/component/pom.xml
@@ -44,12 +44,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <!-- Needed by guava, which has an optional dependency on jsr305.
- Not optional here, to avoid the need to add it to a lot of dependent modules. -->
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-lib</artifactId>
<version>${project.version}</version>