Replace FindBugs :jsr305 by full :annotation (Bug 7663)
authorMichael Vorburger <vorburger@redhat.com>
Mon, 23 Jan 2017 20:04:29 +0000 (21:04 +0100)
committerTom Pantelis <tpanteli@brocade.com>
Tue, 24 Jan 2017 03:26:56 +0000 (03:26 +0000)
Change-Id: I76584c682c1e5d5acdbdb3b420f5a56da0aa363e
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index e6029f77d024e9c599b824f616cfac6d484d440e..9aa63e4755a342f1283bb5d3150ff93aa16aef59 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <dependencies>
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
-      <artifactId>jsr305</artifactId>
+      <artifactId>annotations</artifactId>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>