remove curious hard-coded yangtools 2.1.8 which seems no longer needed
[netconf.git] / netconf / mdsal-netconf-connector / pom.xml
index 488d7e71b97a96f4ae7c78e83a4ee9e27e0cc7dc..71900e2307aa70b25a967d8065da324d1f5ccb5d 100644 (file)
@@ -46,7 +46,7 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>netconf-tcp</artifactId>
+      <artifactId>mdsal-netconf-tcp</artifactId>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
@@ -81,8 +81,8 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>xmlunit</groupId>
-      <artifactId>xmlunit</artifactId>
+      <groupId>org.xmlunit</groupId>
+      <artifactId>xmlunit-legacy</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>