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 e6029f7..9aa63e4 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 bc438e6..ffdd52b 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 e40a868..1aad7d8 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 815b9a6..c1cb2d1 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>