remove some findbugs jsr305 useless dependencies 13/93113/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 21 Oct 2020 09:17:22 +0000 (11:17 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 22 Oct 2020 08:31:41 +0000 (08:31 +0000)
spotbugs-annotations dependency is now in odlparent pom and provides
already some of the needed material brought by this dependency before.

TODO: migrate remaining jsr305 dependencies to a more recent solution
https://groups.google.com/g/jenkinsci-dev/c/uE1wwtVi1W0

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I6911be93f672b25ac07c85d7dfb25dd6695c8290
(cherry picked from commit 81635140b2cbf4e42a5d35c04b8f5e376334c9d4)

common/pom.xml
tapi/pom.xml

index 97a1021751af6d30199002d4d82403f83d83327b..eed691ecd2d58fe49d66198895cf8e41a286ca2e 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-dom-inmemory-datastore</artifactId>
         </dependency>
-        <!-- Sodium bump: javax.annotation.Nullable and friends -->
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-            <version>3.0.2</version>
-            <optional>true</optional>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.transportpce</groupId>
             <artifactId>test-common</artifactId>
index 5c6243c1a735b0c865cf4df842be496dc8b9a308..b9eb54782e83af39a2891ca7439fbda2d244566c 100644 (file)
@@ -107,12 +107,6 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>com.google.code.findbugs</groupId>
-      <artifactId>jsr305</artifactId>
-      <version>3.0.2</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
 </project>