Release controller
[controller.git] / opendaylight / md-sal / sal-akka-raft-example / pom.xml
index 4fb11d329823329dadc7053ef58f9c79cf8e20af..1d4dbf09b78a2301e176122f53d5e2c165d6e4b7 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>9.0.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <packaging>bundle</packaging>
 
   <dependencies>
+    <dependency>
+      <groupId>com.github.spotbugs</groupId>
+      <artifactId>spotbugs-annotations</artifactId>
+      <optional>true</optional>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-akka-raft</artifactId>