Drop karaf-maven-plugin from it-base/parent 97/32197/2
authorStephen Kitt <skitt@redhat.com>
Wed, 6 Jan 2016 19:20:23 +0000 (20:20 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 8 Jan 2016 12:49:04 +0000 (12:49 +0000)
This is no longer used for building; removing it greatly simplifies
the dependency tree of projects using the it-base stuff. In
particular, it drops commons-collections 3.2.1 which otherwise gets
flagged by various security tools (because of CVE-2015-7501).

Change-Id: I5960e6436833ecf623228685f254a0a55ebf292c
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/config/config-it-base/pom.xml
opendaylight/md-sal/mdsal-it-base/pom.xml
opendaylight/md-sal/mdsal-it-parent/pom.xml

index 5dddc4f9df32439d75cb2238bbbe94e6d4c55758..b1f4c324802904c4d5a24866a0a3e5bacd5fdcf3 100644 (file)
@@ -76,11 +76,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <artifactId>junit</artifactId>
         <scope>compile</scope>
     </dependency>
         <artifactId>junit</artifactId>
         <scope>compile</scope>
     </dependency>
-    <dependency>
-        <groupId>org.apache.karaf.tooling</groupId>
-        <artifactId>karaf-maven-plugin</artifactId>
-        <version>${karaf.version}</version>
-    </dependency>
   </dependencies>
   <build>
     <resources>
   </dependencies>
   <build>
     <resources>
index 65c82143701b91e355c1f5eb9b5c411800bf3b6f..bf4eb05a42d834eab9846a28aa39e5f4e3eed9a4 100644 (file)
@@ -86,10 +86,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <artifactId>junit</artifactId>
         <scope>compile</scope>
     </dependency>
         <artifactId>junit</artifactId>
         <scope>compile</scope>
     </dependency>
-    <dependency>
-        <groupId>org.apache.karaf.tooling</groupId>
-        <artifactId>karaf-maven-plugin</artifactId>
-        <version>${karaf.version}</version>
-    </dependency>
   </dependencies>
 </project>
   </dependencies>
 </project>
index 5419c3d83871223c87264d138b554ef67121fc9b..3a292a8f0ee614b9fe39d87a2bff48506c7a0cd5 100644 (file)
@@ -79,11 +79,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
     </dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
     </dependency>
-    <dependency>
-        <groupId>org.apache.karaf.tooling</groupId>
-        <artifactId>karaf-maven-plugin</artifactId>
-        <version>${karaf.version}</version>
-    </dependency>
 
     <!-- Testing Dependencies -->
     <dependency>
 
     <!-- Testing Dependencies -->
     <dependency>