From: Alexis de Talhouët Date: Tue, 18 Oct 2016 21:38:35 +0000 (-0400) Subject: Do not wrap Guava as a bundle in features' definition X-Git-Tag: release/carbon~432 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=5679203b147817962534344db273e4f2109fd949 Do not wrap Guava as a bundle in features' definition As it will refresh the bundle when the feature is loaded, because it will certainly be already installed, and hence will refresh all bundles depending on Guava. Also, this is not necessary. This patch is not directly tied to BUG-6956 but it's a result of it Change-Id: I79a3adac4dd8d21757f8c7756b0239413ee55589 Signed-off-by: Alexis de Talhouët --- diff --git a/features/config-persister/pom.xml b/features/config-persister/pom.xml index 5be5814eae..b202e54053 100644 --- a/features/config-persister/pom.xml +++ b/features/config-persister/pom.xml @@ -76,10 +76,6 @@ org.opendaylight.controller config-persister-feature-adapter - - com.google.guava - guava - commons-io commons-io diff --git a/features/config-persister/src/main/features/features.xml b/features/config-persister/src/main/features/features.xml index 57eda21f15..9a2fb9dd5b 100644 --- a/features/config-persister/src/main/features/features.xml +++ b/features/config-persister/src/main/features/features.xml @@ -22,7 +22,6 @@ mvn:org.opendaylight.controller/config-persister-impl/{{VERSION}} mvn:org.opendaylight.controller/config-persister-feature-adapter/{{VERSION}} - mvn:com.google.guava/guava/{{VERSION}} mvn:commons-io/commons-io/{{VERSION}} mvn:org.apache.commons/commons-lang3/{{VERSION}} wrap:mvn:javax.validation/validation-api/{{VERSION}}