Replace FindBugs :jsr305 by full :annotation (Bug 7663) 98/50898/2
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>
opendaylight/commons/protocol-framework/pom.xml
opendaylight/config/config-api/pom.xml
opendaylight/config/config-manager/pom.xml
opendaylight/md-sal/sal-clustering-commons/pom.xml

index e6029f77d024e9c599b824f616cfac6d484d440e..9aa63e4755a342f1283bb5d3150ff93aa16aef59 100644 (file)
@@ -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>
index bc438e6b5e9029efaeacc2f650749d1f3f80a124..ffdd52bd2e76ff2a1d58e416e0bd7947ef8c8e6b 100644 (file)
@@ -18,7 +18,7 @@
   <dependencies>
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
-      <artifactId>jsr305</artifactId>
+      <artifactId>annotations</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
index e40a868d86ee54054335f9e7bb0b8b0b0d51b3c6..1aad7d8cad631f8287cc986863c22c741ceca3b6 100644 (file)
@@ -19,7 +19,7 @@
     </dependency>
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
-      <artifactId>jsr305</artifactId>
+      <artifactId>annotations</artifactId>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
index 815b9a6e37f8f4655f51c43298732a20089cbe02..c1cb2d1db6df5c13773b02290a52e4b6c60af658 100644 (file)
@@ -88,7 +88,7 @@
     <!-- Google -->
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
-      <artifactId>jsr305</artifactId>
+      <artifactId>annotations</artifactId>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>