Bug 7395: yang-system-test is unable to access yang files
[yangtools.git] / yang / yang-system-test / pom.xml
index fa8ea6bd8f4fc9e0af1604090fd19bd3aa8a9fcf..7e889d3b20445d3017baad2c85cdb9ace8d4c203 100644 (file)
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>yang-test-util</artifactId>
+            <artifactId>yang-parser-impl</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+        </dependency>
         <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>