From 1a38bb85f38209e6af64ed641422de781585801f Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 8 Feb 2017 16:43:02 +0100 Subject: [PATCH] odl-config-persister feature clean-up This removes all the bundles which are pulled in transitively. The resulting feature file is identical, but the POM only declares the bundles we really care about (which ones are they?). This is probably controversial, and is one possible variant of three (see the other patches in the same topic). Change-Id: Ib57241d792cb494f2a3e967bc76e23cdb4fa9bec Signed-off-by: Stephen Kitt --- .../odl-config-persister/pom.xml | 41 +------------------ 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/features/config-persister/odl-config-persister/pom.xml b/features/config-persister/odl-config-persister/pom.xml index 4c3ae48df5..a4c29a3232 100644 --- a/features/config-persister/odl-config-persister/pom.xml +++ b/features/config-persister/odl-config-persister/pom.xml @@ -69,54 +69,15 @@ xml features - - ${project.groupId} - yang-jmx-generator - - - ${project.groupId} - config-persister-api - - - ${project.groupId} - config-util - ${project.groupId} config-manager-facade-xml - - ${project.groupId} - config-persister-file-xml-adapter - - - ${project.groupId} - config-persister-impl - ${project.groupId} config-persister-feature4-adapter - - commons-io - commons-io - - - org.apache.commons - commons-lang3 - - - javax.validation - validation-api - - - org.eclipse.persistence - org.eclipse.persistence.core - - - org.eclipse.persistence - org.eclipse.persistence.moxy - + org.apache.karaf org.apache.karaf.util -- 2.36.6