Add features-netconf-connector to controller karaf distro 27/12027/2
authorMaros Marsalek <mmarsale@cisco.com>
Thu, 16 Oct 2014 15:40:37 +0000 (17:40 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Fri, 17 Oct 2014 08:17:30 +0000 (10:17 +0200)
Change-Id: I44bf8d82f35586a03950d5ef2f26a321931cb8c6
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
opendaylight/commons/opendaylight/pom.xml
opendaylight/distribution/opendaylight-karaf/pom.xml

index 77fad0a9f75ba76ab57863e7dcb3f7fa43b3e0bb..ffb9ef746da4118982b6ed61a715024491a00a72 100644 (file)
         <type>xml</type>
         <scope>runtime</scope>
       </dependency>
+    <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>features-netconf-connector</artifactId>
+        <version>${mdsal.version}</version>
+        <classifier>features</classifier>
+        <type>xml</type>
+        <scope>runtime</scope>
+    </dependency>
       <!-- JMH Benchmark dependencies -->
       <dependency>
         <groupId>org.openjdk.jmh</groupId>
index 1612f3434382655aa67bf0c732e9ca4eaacc4258..3a2f4b058020f86c3f20faaa5f5e61c4a558dfbb 100644 (file)
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+    <!-- Netconf connector features. When this is included, users can test the netconf connector using netconf-testtool -->
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>features-netconf-connector</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
+
   </dependencies>
 
   <build>