Bump versions to 9.0.2-SNAPSHOT
[controller.git] / atomix-storage / pom.xml
index d3bb759872063566f2984c2e1c8e507139eca933..ef8c4752230213cf796638e6f9fd9f6ac9548ea0 100644 (file)
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.2</version>
+    <version>9.0.2-SNAPSHOT</version>
     <relativePath>../bundle-parent</relativePath>
   </parent>
 
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>org.eclipse.jdt.annotation</artifactId>
+    </dependency>
     <dependency>
       <groupId>com.esotericsoftware</groupId>
       <artifactId>kryo</artifactId>
-      <version>4.0.2</version>
+      <version>4.0.3</version>
       <scope>provided</scope>
     </dependency>
     <dependency>