Remove unneeded dependencies
[mdsal.git] / singleton-service / mdsal-singleton-dom-impl / pom.xml
index b8de6d7510648381ee12faf2dcb36e0b08c42df4..68bb08411808660506367f1b78511b2689545e13 100644 (file)
             <artifactId>org.osgi.core</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-impl</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>