Bump odlparent to 5.0.0
[openflowplugin.git] / openflowplugin / pom.xml
index 9cb0ea6d5076f37e6614c9fbed6a116e7d1e9ed9..2cb5376b3e1cb5070f7e99628807d4075e76fa0e 100644 (file)
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>jsr305</artifactId>
+            <optional>true</optional>
         </dependency>
 
         <dependency>