Remove dependency on controller config-util
[netconf.git] / features / netconf / odl-netconf-notifications-api / pom.xml
index a3e0cdf6cc2f40ccdf85f7a24018829a28389c07..9f919fdaa975dec8c912281bdab453c52bf91272 100644 (file)
     <name>OpenDaylight :: Netconf :: Notification :: Api</name>
 
     <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>odl-config-manager-facade-xml</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-netconf-api</artifactId>
@@ -46,4 +39,4 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>