Fixup feature packaging
[lispflowmapping.git] / features / odl-lispflowmapping-mappingservice / pom.xml
index 6ed7593d6fff8bbf12d7948c675282d2003666ae..33db972da863dc1908d8d62cd72f644d36faadd7 100644 (file)
@@ -24,11 +24,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.opendaylight.netconf</groupId>
+        <artifactId>netconf-artifacts</artifactId>
+        <version>6.0.2</version>
+        <scope>import</scope>
+        <type>pom</type>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>odl-restconf</artifactId>
-      <version>6.0.2</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>