Remove the config-netconf-connector
[netconf.git] / features / netconf / odl-netconf-impl / pom.xml
index 31f2de9620155ec3a8be2ffb8ee952276c8ebe50..6ce2c39dc966e216f662382961b6dfbdc886c606 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-        <!-- Netconf server without config connector is just an empty shell -->
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-config-netconf-connector</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <!-- Netconf will not provide schemas without monitoring -->
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>