Add Restconf to Karaf 4 distribution 58/53258/4
authorVratko Polak <vrpolak@cisco.com>
Tue, 14 Mar 2017 09:25:00 +0000 (10:25 +0100)
committerVratko Polak <vrpolak@cisco.com>
Wed, 22 Mar 2017 12:30:47 +0000 (13:30 +0100)
Netconf is still kept commented out.

Change-Id: I8d006a3ef29f69ca8efdb5e50273db89ce2f1618
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index 89f72d8f152cd7ad059539b36c08b978f655bbcb..238baef70ab8401c89e48bf605d27ee863d2e395 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        -->
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>features4-restconf</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
-        -->
     </dependencies>
 </project>
index 803fb4dabdb2153f72554c623eaf7c6ecf585bea..434beb6df6fe5bc1b45357de68f234f1dab13086 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        -->
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-        -->
     </dependencies>
 </project>