Remove unneeded junit/mockito dependencies
[yangtools.git] / yang / yang-data-api / pom.xml
index c599ec7ed3150edd892f2f7136bb04d13e83939e..ef36eb7f8ea11daa8c26bba412b239584ce866c9 100644 (file)
           <groupId>org.opendaylight.yangtools</groupId>
           <artifactId>yang-model-api</artifactId>
         </dependency>
-        <dependency>
-          <groupId>junit</groupId>
-          <artifactId>junit</artifactId>
-          <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-        </dependency>
     </dependencies>
 
     <build>