Replace FindBugs :jsr305 by full :annotation (Bug 7663) 96/50896/3
authorMichael Vorburger <vorburger@redhat.com>
Mon, 23 Jan 2017 20:01:33 +0000 (21:01 +0100)
committerStephen Kitt <skitt@redhat.com>
Wed, 25 Jan 2017 11:54:08 +0000 (12:54 +0100)
Change-Id: If0368dce54a853f00d69c177c3e848888e3b20b0
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
common/concepts/pom.xml
common/object-cache-api/pom.xml
common/util/pom.xml
third-party/xsd-regex/pom.xml
yang/yang-data-impl/pom.xml
yang/yang-model-api/pom.xml
yang/yang-parser-impl/pom.xml

index bbaf701626f03caee6fa16f04625cb2b980da695..dac4fdffc1f8fe953df1d5a425fa995b551a6da6 100644 (file)
     <description>Common concepts</description>
 
     <dependencies>
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
index e471525ebd251a9cfaddb788a76443699017a5c3..ad4884304f3907b4c939af26f9f1b4d79a3c3c6d 100644 (file)
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-            <scope>provided</scope>
-        </dependency>
 
         <dependency>
             <groupId>junit</groupId>
index fb3dbf2c9912b81ab32b9c81baecedd814d38a75..60c3985582fe57f4e13f9b7d455a04d16b8e97c4 100644 (file)
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
index e3876652e6110a59a79941002856bacf69f8f231..8776207f01ba145adbb66ad7da043c6e7e5ad01e 100644 (file)
             <artifactId>slf4j-log4j12</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
     </dependencies>
 
   <!--
index 58f8b520f9e84ee4212cd5e439deaa75fdb13fef..45230c698da52cf4ff59e58fa70e92823fb105c1 100644 (file)
             <artifactId>commons-lang</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.antlr</groupId>
             <artifactId>antlr4-runtime</artifactId>
index d31f37f5da576b840cf3a8d6d4dbbce20ceacb15..4273f4fc7540bf6a3a2c95ac5dc8820ca088bb05 100644 (file)
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
-        <dependency>
-          <groupId>com.google.code.findbugs</groupId>
-          <artifactId>jsr305</artifactId>
-        </dependency>
     </dependencies>
 
   <!--
index 3b8fdae15950f4fc72ef83357d3c78c474b8076f..7b698c823917e02f6129308a97297b8eab602063 100644 (file)
             <groupId>${project.groupId}</groupId>
             <artifactId>concepts</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-        </dependency>
     </dependencies>
 
     <build>