Bump versions to 9.0.1-SNAPSHOT
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index 9f2f41ad0c1e362a82487b4dae879e5f4ae129cd..f1ca9ddc0b5e6025d9252195cc5632e0f9e2f02f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>8.0.0-SNAPSHOT</version>
+    <version>9.0.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <packaging>bundle</packaging>
 
   <dependencies>
+    <dependency>
+      <groupId>com.github.spotbugs</groupId>
+      <artifactId>spotbugs-annotations</artifactId>
+      <optional>true</optional>
+    </dependency>
+
     <!-- Java -->
     <dependency>
       <groupId>org.slf4j</groupId>