Bump versions to 3.0.4-SNAPSHOT
[controller.git] / opendaylight / md-sal / cds-access-client / pom.xml
index 9eaaf5800a815603ef1d9a177b79e955626fc64c..e6decf46df56eff3be3eb735e0d1e8e91c77b602 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.4-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>cds-access-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.typesafe.akka</groupId>
-            <artifactId>akka-actor_2.13</artifactId>
-        </dependency>
 
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
@@ -37,7 +33,6 @@
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-testkit_2.13</artifactId>
-            <scope>test</scope>
         </dependency>
         <dependency>
            <groupId>com.google.guava</groupId>