Introduce JournalSegmentWriter
[controller.git] / atomix-storage / pom.xml
index 4245872db0dbfd9685afab67f42e962c427d08c8..c6f7dc3031834a7fd85faa41a03e57d42cf803bc 100644 (file)
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.4</version>
+    <version>9.0.1-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>