Bump odlparent to 5.0.0
[controller.git] / features / mdsal / odl-mdsal-clustering-commons / pom.xml
index 89d35c0635fdab4cd86b7867b09b4814d6e663df..7b86107bd62d8201d0096869626fedabc6b50d47 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.9</version>
+        <version>5.0.0</version>
         <relativePath/>
     </parent>
 
     <version>1.10.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
+    <properties>
+        <!-- CONTROLLER-1584 -->
+        <skip.karaf.featureTest>true</skip.karaf.featureTest>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>sal-akka-raft</artifactId>
             <version>${project.version}</version>
         </dependency>
+
+        <!-- Segmented Journal for Akka, including Kryo and asm-5.2 -->
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>sal-akka-segmented-journal</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>com.esotericsoftware</groupId>
+            <artifactId>kryo</artifactId>
+            <version>4.0.2</version>
+        </dependency>
+        <dependency>
+            <groupId>com.esotericsoftware</groupId>
+            <artifactId>minlog</artifactId>
+            <version>1.3.1</version>
+        </dependency>
+        <dependency>
+            <groupId>com.esotericsoftware</groupId>
+            <artifactId>reflectasm</artifactId>
+            <version>1.11.8</version>
+        </dependency>
+        <dependency>
+            <groupId>org.ow2.asm</groupId>
+            <artifactId>asm</artifactId>
+            <version>5.2</version>
+        </dependency>
     </dependencies>
 
 </project>