Load odl-netconf-connector-all 79/49479/2
authorGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 16 Dec 2016 14:42:22 +0000 (15:42 +0100)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 16 Dec 2016 15:08:47 +0000 (16:08 +0100)
Change-Id: I66025078ccc0e6f08341d2759e33f436e2f1efd3
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
features/pom.xml
features/src/main/features/features.xml

index acbbcfdc3834d0c8f2c6db0058be7b8d2501b57b..aba298cffeeea8a890dcfdd6f21ef5586a3eb7ce 100644 (file)
@@ -104,6 +104,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.netconf</groupId>
+      <artifactId>features-netconf-connector</artifactId>
+      <classifier>features</classifier>
+      <version>${netconf.version}</version>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>transportpce-impl</artifactId>
index 79cec121e1d1626bb132a50198eb00b376437730..938ebc17388ad47b508517f33967f50bbef29791 100644 (file)
@@ -16,6 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.netconf/features-netconf/{{VERSION}}/xml/features</repository>
+  <repository>mvn:org.opendaylight.netconf/features-netconf-connector/{{VERSION}}/xml/features</repository>
   <feature name='odl-transportpce-api' version='${project.version}' description='OpenDaylight :: transportpce :: api'>
     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
     <bundle>mvn:org.opendaylight.transportpce/transportpce-api/{{VERSION}}</bundle>
@@ -23,6 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <feature name='odl-transportpce' version='${project.version}' description='OpenDaylight :: transportpce'>
     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
     <feature version='${netconf.version}'>odl-netconf-all</feature>
+    <feature version='${netconf.version}'>odl-netconf-connector-all</feature>
     <feature version='${project.version}'>odl-transportpce-api</feature>
     <bundle>mvn:org.opendaylight.transportpce/transportpce-impl/{{VERSION}}</bundle>
   </feature>