Remove unneeded dependencies
[mdsal.git] / dom / mdsal-dom-api / pom.xml
index 276871fa44d86a774bef9c503633d33a74f25f03..b344cc5cf7ea67d7707e9c786b89f4f4a134da58 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>