summaryrefslogtreecommitdiffstats
path: root/flags/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 /flags/pom.xml
parentf7a5de86d148914c5bd5453a4c32418a6177b044 (diff)
Stop using findbugs:jsr305 annotations
Diffstat (limited to 'flags/pom.xml')
-rw-r--r--flags/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/flags/pom.xml b/flags/pom.xml
index 5f0d3e1d481..10e0249ce80 100644
--- a/flags/pom.xml
+++ b/flags/pom.xml
@@ -55,11 +55,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<classifier>no_aop</classifier>