BUG-1931: do not override junit version 75/11275/1
authorRobert Varga <rovarga@cisco.com>
Wed, 17 Sep 2014 08:55:39 +0000 (10:55 +0200)
committerRobert Varga <rovarga@cisco.com>
Wed, 17 Sep 2014 08:55:39 +0000 (10:55 +0200)
Change-Id: I400f6172d2ff561ef8d1db96dfb2c8fe92e74b8a
Signed-off-by: Robert Varga <rovarga@cisco.com>
commons/parent/pom.xml

index 60eda8594232469beae49e68d46286bfa005af7d..8366609459b206071a8a9778e610accdd18d6f28 100644 (file)
@@ -46,8 +46,6 @@
         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
         <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
 
-        <commonscodec.version>1.7</commonscodec.version>
-        <junit.version>4.10</junit.version>
         <maven.compiler.version>3.1</maven.compiler.version>
         <maven.dependency.version>2.8</maven.dependency.version>
         <maven.info.reports.version>2.7</maven.info.reports.version>
             </dependency>
 
             <!-- Testing Dependencies -->
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>${junit.version}</version>
-                <scope>test</scope>
-            </dependency>
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>