Remove yang-data-operations dependencies
[controller.git] / opendaylight / netconf / mdsal-netconf-connector / pom.xml
index 809e729752fc38aab7014c224c1d3d372ab82878..fc9ae83457d4b722cd031a4703e82172df994b78 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-netconf-connector</artifactId>
   <packaging>bundle</packaging>
       <groupId>${project.groupId}</groupId>
       <artifactId>netconf-util</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>netconf-tcp</artifactId>
+    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
@@ -68,8 +72,8 @@
           <artifactId>config-api</artifactId>
       </dependency>
       <dependency>
-          <groupId>org.opendaylight.yangtools</groupId>
-          <artifactId>yang-data-operations</artifactId>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>ietf-netconf</artifactId>
       </dependency>
       <dependency>
           <groupId>org.opendaylight.controller</groupId>
@@ -92,7 +96,6 @@
           <artifactId>xmlunit</artifactId>
           <scope>test</scope>
       </dependency>
-
   </dependencies>
 
   <build>