Bump versions to 0.18.3-SNAPSHOT
[aaa.git] / web / servlet-jersey2 / pom.xml
index 6dbac299f172ac65fae1fcbd1b4334f4ec0ead03..2cd20d36dd56fbbd1f8d205396ffe56ed8e59f99 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.13.2-SNAPSHOT</version>
+        <version>0.18.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <artifactId>jersey-client</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
@@ -45,7 +45,7 @@
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
     </dependencies>
 </project>