Fix unused dependencies warnings after bump to P
[transportpce.git] / pce / pom.xml
index 26b1c31b6f29cdd7a93a19cdcb18731fc528cb4f..83dde8a29877c3efb61bdf1f6250898b6f8f21f9 100644 (file)
             <artifactId>jgrapht-core</artifactId>
             <version>1.2.0</version>
         </dependency>
-
-        <!-- Aluminium bump -->
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-runtime-spi</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.glassfish.jersey.core</groupId>
             <artifactId>jersey-client</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-generator</artifactId>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.mockito</groupId>