Migrate javax.inject references
[controller.git] / opendaylight / md-sal / sal-clustering-commons / pom.xml
index 24edda47ac51f513990a11d21555fce8eeaf2697..860af701c30bb711b1547e844f319a8f67b18acd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
       <groupId>com.typesafe.akka</groupId>
       <artifactId>akka-persistence-tck_2.13</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.scalatestplus</groupId>
+      <artifactId>junit-4-13_2.13</artifactId>
+      <scope>test</scope>
+    </dependency>
 
     <dependency>
       <!-- Enforce Netty’s optional dependency on servlet API -->
@@ -85,7 +90,7 @@
       <artifactId>metrics-jmx</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
       <scope>provided</scope>
       <optional>true</optional>