BUG-997 Implement Filesystem source cache for schema repository
[yangtools.git] / yang / yang-model-util / pom.xml
index c4c5a8720fd1edf239ecd76466bb91373223a9f7..a2bb89c602aca4ea64802a2bce70d9020ee698bd 100644 (file)
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <scope>test</scope>
         </dependency>
     </dependencies>