Bump versions to 4.0.10-SNAPSHOT
[netconf.git] / netconf / netconf-console / pom.xml
index 5c803ddac900501aece1c5984e3a07d2846e5d60..9be7554b29f0aa4b5220be83040f7c33013bf340 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>4.0.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
@@ -30,6 +30,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
           <groupId>org.opendaylight.netconf</groupId>
           <artifactId>sal-netconf-connector</artifactId>
       </dependency>
+      <dependency>
+          <groupId>com.guicedee.services</groupId>
+          <artifactId>javax.inject</artifactId>
+          <optional>true</optional>
+      </dependency>
+      <dependency>
+          <groupId>org.osgi</groupId>
+          <artifactId>org.osgi.service.component.annotations</artifactId>
+      </dependency>
 
       <dependency>
           <groupId>org.opendaylight.yangtools</groupId>