Remove unneeded junit/mockito dependencies
[yangtools.git] / common / mockito-configuration / pom.xml
index 537e073737c8b81a29984d05b55821a11bf2998b..3175f98ecc388816a1cfb6b694f131491d597e5d 100644 (file)
             <artifactId>mockito-core</artifactId>
             <scope>compile</scope>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>