Merge "Resolve Bug:745 - remove windows line endings from config and netconf."
[controller.git] / opendaylight / netconf / netconf-it / pom.xml
index 68fd34e13594c8320176fc1d0aa585b4eba959c3..340e295d525fcde4ab7b543b01b77f09d0f516bf 100644 (file)
             <artifactId>netconf-impl</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>netconf-impl</artifactId>
+            <scope>test</scope>
+            <type>test-jar</type>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>netconf-monitoring</artifactId>
             <version>${tinybundles.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+          <groupId>xmlunit</groupId>
+          <artifactId>xmlunit</artifactId>
+        </dependency>
     </dependencies>
 
     <build>