Fix modernizer warnings in sal-distributed-eos
[controller.git] / opendaylight / md-sal / sal-distributed-eos / pom.xml
index 98b0fdfca49845bc047bf8f91ac9a16c7b17c01a..73e970bc3472122f9c691f75dbe0f2bf5ab99f43 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>3.0.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
@@ -19,7 +19,7 @@
 
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>osgi.cmpn</artifactId>
     </dependency>
 
     <dependency>
@@ -35,7 +35,6 @@
     <dependency>
       <groupId>com.typesafe.akka</groupId>
       <artifactId>akka-testkit_2.13</artifactId>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>