remove some findbugs jsr305 useless dependencies 26/93226/2
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 21 Oct 2020 09:17:22 +0000 (11:17 +0200)
committerChristophe BETOULE <christophe.betoule@orange.com>
Wed, 21 Oct 2020 12:02:05 +0000 (12:02 +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

common/pom.xml
tapi/pom.xml

index ec7b105ea944e3e7ec62fc3642b960976f50c2a1..8ff43036c0518b59d2a22e3b2bce3fc4f86845bd 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-dom-inmemory-datastore</artifactId>
         </dependency>
             <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>
         <dependency>
             <groupId>org.opendaylight.transportpce</groupId>
             <artifactId>test-common</artifactId>
index 3aeebc07e8ca9e4354370eecdaa8d4fe6da4d354..8f3c29b076ea387e4018d6c5206549e5771e2581 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>
       <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>
   </dependencies>
 
 </project>