Bump upstreams
[openflowplugin.git] / extension / openflowplugin-extension-onf / pom.xml
index 6531d306f31bac57a2f8427e43d687afa84db2a6..fac0d7479b8bd1c97121e9676182e9fab21e9fc4 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.17.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-common-netty</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.github.spotbugs</groupId>
+            <artifactId>spotbugs-annotations</artifactId>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
-
 </project>