distribution-karaf restconf dependency 65/35165/2
authorIveta Halanova <ihalanov@cisco.com>
Mon, 22 Feb 2016 06:40:19 +0000 (07:40 +0100)
committerIveta Halanova <ihalanov@cisco.com>
Mon, 22 Feb 2016 14:21:35 +0000 (15:21 +0100)
Change-Id: I08b0c44942f9890f67447bda71c37153650532da
Signed-off-by: Iveta Halanova <ihalanov@cisco.com>
distribution-karaf/pom.xml

index 204233008fdf1f275fdd8253f224e2701cbde77d..7f4129a15ebaa6a1b8c077e7a8927ae443e0b694 100644 (file)
     <maven>3.1.1</maven>
   </prerequisites>
 
+  <properties>
+    <restconfVersion>1.4.0-SNAPSHOT</restconfVersion>
+  </properties>
+
   <dependencyManagement>
     <dependencies>
       <dependency>
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.netconf</groupId>
+      <artifactId>features-restconf</artifactId>
+      <classifier>features</classifier>
+      <version>${restconfVersion}</version>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 
   <build>