Bump versions to 5.0.4-SNAPSHOT
[netconf.git] / netconf / aaa-authn-odl-plugin / pom.xml
index dbb38b27b0377c9141f8294d75672177570cb895..edd4a9654983441f337be161854af5695749cbb3 100644 (file)
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
-        <relativePath>../netconf-parent</relativePath>
+        <version>5.0.4-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.netconf</groupId>
     <artifactId>aaa-authn-odl-plugin</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.guicedee.services</groupId>
+            <artifactId>javax.inject</artifactId>
+            <optional>true</optional>
         </dependency>
     </dependencies>
 </project>