Remove unneeded dependencies
[mdsal.git] / binding2 / mdsal-binding2-java-api-generator / pom.xml
index d010a4b1d7697e3fd8440f042562d825abfae1b2..60a44f67c04fdc590e82b2ff51337249bc9087b5 100644 (file)
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>com.typesafe.play</groupId>
             <artifactId>twirl-api_2.12</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-        </dependency>
     </dependencies>
 
     <build>