Remove dependency on controller config-util
[netconf.git] / features / netconf / odl-netconf-mdsal / pom.xml
index 29c39ec38c47a70243d0eda0ceabad9969a06319..9a861214c8e78ba2c68970cde1a2a40a3e1345ff 100644 (file)
     </dependencyManagement>
 
     <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>odl-config-all</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>odl-config-netty</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-netconf-all</artifactId>
             <artifactId>mdsal-netconf-impl</artifactId>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>