Remove unneeded junit/mockito dependencies
[yangtools.git] / yang / yang-maven-plugin / pom.xml
index 2ce78149db244783f046ee5fafb0e5d94eec994d..697f9eb16937219c82bf0731096ea51049b81228 100644 (file)
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
     </dependencies>
 
     <reporting>