Remove unneeded junit/mockito dependencies
[yangtools.git] / yang / yang-data-jaxen / pom.xml
index 294d4a62b85c270264d41e948dc523f4ef80d3e6..7ce65be012f099c42014809f4485d430bea646f4 100644 (file)
             <artifactId>yang-data-impl</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>