Remove unneeded dependencies
[mdsal.git] / binding / yang-binding / pom.xml
index 15c9f0c7c2420dc640e0ec6850072447635b8940..bdadde93b3c7c60d194beed10df99a77c1a49e6e 100644 (file)
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>