From a20b0b28cc201bb2b449fdd9f6c670a5b4681747 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 6 Jan 2016 20:20:23 +0100 Subject: [PATCH] Drop karaf-maven-plugin from it-base/parent 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 --- opendaylight/config/config-it-base/pom.xml | 5 ----- opendaylight/md-sal/mdsal-it-base/pom.xml | 5 ----- opendaylight/md-sal/mdsal-it-parent/pom.xml | 5 ----- 3 files changed, 15 deletions(-) diff --git a/opendaylight/config/config-it-base/pom.xml b/opendaylight/config/config-it-base/pom.xml index 5dddc4f9df..b1f4c32480 100644 --- a/opendaylight/config/config-it-base/pom.xml +++ b/opendaylight/config/config-it-base/pom.xml @@ -76,11 +76,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html junit compile - - org.apache.karaf.tooling - karaf-maven-plugin - ${karaf.version} - diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index 65c8214370..bf4eb05a42 100644 --- a/opendaylight/md-sal/mdsal-it-base/pom.xml +++ b/opendaylight/md-sal/mdsal-it-base/pom.xml @@ -86,10 +86,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html junit compile - - org.apache.karaf.tooling - karaf-maven-plugin - ${karaf.version} - diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index 5419c3d838..3a292a8f0e 100644 --- a/opendaylight/md-sal/mdsal-it-parent/pom.xml +++ b/opendaylight/md-sal/mdsal-it-parent/pom.xml @@ -79,11 +79,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html junit junit - - org.apache.karaf.tooling - karaf-maven-plugin - ${karaf.version} - -- 2.36.6