aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-05-23 11:35:04 +0200
committergjoranv <gv@verizonmedia.com>2022-05-23 11:35:04 +0200
commit72210d64d32feb63b68bb3bbf7af7a550d558392 (patch)
treec7fc946b5a54cfbf7cb2425f6b0ca34656a9d39d /node-admin/pom.xml
parentf7a5de86d148914c5bd5453a4c32418a6177b044 (diff)
Stop using findbugs:jsr305 annotations
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index b58d20e8877..ff1e159de0d 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -56,10 +56,6 @@
<!-- Compile -->
<dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>orchestrator-restapi</artifactId>
<version>${project.version}</version>