Bump versions to 3.0.3-SNAPSHOT
[controller.git] / opendaylight / md-sal / sal-cluster-admin-impl / pom.xml
index 37cd214458aed535cb5ceb32563368bc7868ebe3..31b0ee5ae3b62e48b3e9ba3c5e6a67fbb4d0f02c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
     </dependency>
 
     <!-- Akka -->
-    <dependency>
-      <groupId>com.typesafe.akka</groupId>
-      <artifactId>akka-actor_2.13</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.typesafe.akka</groupId>
       <artifactId>akka-testkit_2.13</artifactId>
-      <scope>test</scope>
     </dependency>
 
     <!-- Scala -->