Remove unneeded junit/mockito dependencies
[yangtools.git] / yang / yang-model-immutable / pom.xml
index c544abe2449f672e1831c05308b8e8200d5ec122..17b5cfbef4f8877c0a1782bb9aa41d1bcbb25ca3 100644 (file)
           <groupId>org.immutables</groupId>
           <artifactId>value</artifactId>
         </dependency>
-
-        <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>
-
 </project>