Decouple config and netconf subsystems.
[controller.git] / opendaylight / md-sal / mdsal-artifacts / pom.xml
index 5e376d838b07063af4304774f77b471e4eaa8ae6..05cff8141cd0a140bf31829f50b8ee346f60f8e3 100644 (file)
               <scope>runtime</scope>
             </dependency>
 
-            <!-- FIXME: move this into netconf-artifacts -->
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>sal-netconf-connector</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>features-netconf-connector</artifactId>
-                <version>${project.version}</version>
-                <classifier>features</classifier>
-                <type>xml</type>
-                <scope>runtime</scope>
-            </dependency>
-
             <!-- FIXME: These below need splitting up -->
 
             <!-- AD-SAL compatibility -->