Remove duplicate junit dependency 18/29518/2
authorRobert Varga <rovarga@cisco.com>
Mon, 9 Nov 2015 08:06:35 +0000 (09:06 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 11 Nov 2015 09:57:18 +0000 (09:57 +0000)
odlparent is already declaring the scope as test, no need to repeat
that. Fixes warnings in autorelease.

Change-Id: Ia0b6550d2ecbce80eefa168d78c8b50e29100698
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/mdsal-it-parent/pom.xml

index 4d31209deaa7c7d4a5732d39a40f3cc3c7586b45..5419c3d83871223c87264d138b554ef67121fc9b 100644 (file)
@@ -86,12 +86,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
 
     <!-- Testing Dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>