Add restconf to coe feature 93/67093/2
authorFaseela K <faseela.k@ericsson.com>
Fri, 12 Jan 2018 07:10:14 +0000 (12:40 +0530)
committerFaseela K <faseela.k@ericsson.com>
Sun, 21 Jan 2018 04:43:59 +0000 (04:43 +0000)
As we are starting with csit activities for coe, it will be useful
if restconf is also included inside the user-facing feature

Change-Id: I6d0bda34c83528026a1618cd57b5917d50ad9189
Signed-off-by: Faseela K <faseela.k@ericsson.com>
vpnservice/features/odl-netvirt-coe/pom.xml

index 7a7a2b66c8d66d8d5870335f9210a76096534b74..5f777304e4ba12ca682b6cf5a355594cc903a448 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.netconf</groupId>
+            <artifactId>odl-restconf</artifactId>
+            <version>1.7.0-SNAPSHOT</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
     </dependencies>
 </project>