Release netconf
[netconf.git] / netconf / netconf-console / pom.xml
index 89ea9f3f354b7df3d3cf1bad9e6fdc573efa2d9e..6da26ba07f873eed598ec3189b2edb98890f13b1 100644 (file)
@@ -11,13 +11,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>3.0.7</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-console</artifactId>
-  <version>1.9.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>bundle</packaging>
 
@@ -28,12 +26,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
           <artifactId>org.apache.karaf.shell.console</artifactId>
           <scope>provided</scope>
       </dependency>
-
-      <!-- Project Dependencies -->
       <dependency>
           <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>
           <artifactId>yang-test-util</artifactId>
@@ -45,7 +51,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <dependency>
           <groupId>org.awaitility</groupId>
           <artifactId>awaitility</artifactId>
-          <scope>test</scope>
       </dependency>
   </dependencies>