Remove unneeded junit/mockito dependencies
[yangtools.git] / yang / yang-parser-rfc7950 / pom.xml
index 2574ba4e15a780b17efe304531189b021964f158..becec0fb9686c8cc3195e5a1a762b8e302448cb6 100644 (file)
             <groupId>org.antlr</groupId>
             <artifactId>antlr4-runtime</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
+
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>