Remove unneeded dependencies
[mdsal.git] / dom / mdsal-dom-schema-service-osgi / pom.xml
index bb3e12ee3ab91f88dd76d89aea850503b5a8c4ab..a819898993755400c4d30f024097b965c4ab92c4 100644 (file)
             <artifactId>yang-test-util</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>mockito-configuration</artifactId>
-            <scope>test</scope>
         </dependency>
     </dependencies>
 
-
     <build>
         <plugins>
             <plugin>