Rename restconf-nb-rfc8040 to restconf-nb
[netconf.git] / karaf-static / pom.xml
index 3953862e6b9c2b3bf23ce503b0bc13bcd2acd798..28e761b4582b253c652b163f77b15cf18365656a 100644 (file)
@@ -49,7 +49,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>odl-restconf-nb-rfc8040</artifactId>
+            <artifactId>odl-restconf-nb</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
@@ -66,7 +66,7 @@
                     </startupFeatures>
                     <bootFeatures combine.children="append">
                         <feature>odl-netconf-connector-all</feature>
-                        <feature>odl-restconf-nb-rfc8040</feature>
+                        <feature>odl-restconf-nb</feature>
                     </bootFeatures>
                 </configuration>
             </plugin>