Drop explicit dependency on Findbugs annotations 22/50922/2
authorStephen Kitt <skitt@redhat.com>
Tue, 24 Jan 2017 09:05:20 +0000 (10:05 +0100)
committerTom Pantelis <tpanteli@brocade.com>
Tue, 24 Jan 2017 11:55:32 +0000 (11:55 +0000)
odlparent provides jsr305, and will eventually provide annotations
instead; so the dependencies no longer need to be explicitly added to
downstream projects.

Bug: 7663
Change-Id: If8fa8b231f9cb3d4a5e4fbdbd1b58e720756f5c0
Signed-off-by: Stephen Kitt <skitt@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 9aa63e4755a342f1283bb5d3150ff93aa16aef59..c50ee654b22157fc733cac65a55d40a716a4408e 100644 (file)
   <description>Common protocol framework</description>
 
   <dependencies>
-    <dependency>
-      <groupId>com.google.code.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
index ffdd52bd2e76ff2a1d58e416e0bd7947ef8c8e6b..67b5a0ea00ecbe68fcec8e04a9578793b447c797 100644 (file)
   <name>${project.artifactId}</name>
 
   <dependencies>
-    <dependency>
-      <groupId>com.google.code.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>yang-binding</artifactId>
index 1aad7d8cad631f8287cc986863c22c741ceca3b6..97b034b637478011b2ade8061db1fd97877c212e 100644 (file)
       <groupId>${project.groupId}</groupId>
       <artifactId>config-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.google.code.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
index 1d866a12fc6b03b204b21dfe2cb7ca51c5c1f58b..899b8b875bd3539ef0f6c167a461c1764b2a62d4 100644 (file)
     </dependency>
 
     <!-- Google -->
-    <dependency>
-      <groupId>com.google.code.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>