Replace FindBugs :jsr305 by full :annotation (Bug 7663) 97/50897/3
authorMichael Vorburger <vorburger@redhat.com>
Mon, 23 Jan 2017 20:03:42 +0000 (21:03 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 25 Jan 2017 12:47:07 +0000 (12:47 +0000)
Change-Id: Ie91b52ee8c85ab42485588219f80ca74b125f148
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
binding/mdsal-binding-dom-codec/pom.xml
binding/mdsal-binding-generator-impl/pom.xml
binding2/mdsal-binding2-generator-impl/pom.xml

index 9d14fa6335d86c5dad576734d65d2aeca18e80f5..5bca8f9bd4d8c28cc6b0d1d2d0ae630ca8f7bb34 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-generator-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-test-model</artifactId>
index 1bb6354de5dd9bf6735a629404f77b8629aa9dca..18025f7da82aa987c12f9887885bf7ac9b3d98ba 100644 (file)
             <artifactId>mdsal-binding-generator-util</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
index 0d689db66ccfba1bbbb8a5471e3e5f08d8524739..8c16b8dd83d80780c31e824a137090db15f35f8b 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding2-util</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-            <scope>provided</scope>
-        </dependency>
 
         <dependency>
             <groupId>junit</groupId>