Bump scala to 2.11.12
[odlparent.git] / features / odl-akka-clustering-2.4 / pom.xml
index f70f2c62b5d2b0a53b18894d34df7cd137f4858a..ede0aa4650354f50f9cfc1c0965adf808476923a 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright © 2016 Red Hat, Inc. and others.  All rights reserved.
+ Copyright © 2016, 2017 Red Hat, Inc. and others.  All rights reserved.
 
  This program and the accompanying materials are made available under the
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
 
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
-        <relativePath>../../single-feature-parent</relativePath>
+        <artifactId>single-feature3-parent</artifactId>
+        <version>1.8.4-SNAPSHOT</version>
+        <relativePath>../../single-feature3-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odl-akka-clustering-2.4</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Akka Clustering</name>
                 </exclusion>
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>com.google.protobuf</groupId>
-            <artifactId>protobuf-java</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-protobuf_${scala.version}</artifactId>
@@ -58,7 +54,7 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty</artifactId>
-            <version>3.10.5.Final</version>
+            <version>3.10.6.Final</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-cluster_${scala.version}</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.typesafe.akka</groupId>
-            <artifactId>akka-distributed-data-experimental_${scala.version}</artifactId>
-        </dependency>
     </dependencies>
 
     <!--
@@ -90,4 +82,4 @@
         </site>
     </distributionManagement>
 
-</project>
\ No newline at end of file
+</project>