From a8b2f8dd16b0cbfb668146a9419b8b8ab2a25684 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Tue, 18 Oct 2016 17:24:48 -0400 Subject: [PATCH] Bug 6956 - Do not wrap Guava as a bundle in the feature definition MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit As this will cause all features doing the same to have their blueprint container refreshed. Also, it is unecessary. Change-Id: I3440144ed8e67166ba05f8a45050e924be4a0e66 Signed-off-by: Alexis de Talhouët --- features/pom.xml | 4 ---- features/src/main/features/features.xml | 1 - 2 files changed, 5 deletions(-) diff --git a/features/pom.xml b/features/pom.xml index f5ce7c8d..de76f488 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -30,10 +30,6 @@ 1.8.0-SNAPSHOT zip - - com.google.guava - guava - org.opendaylight.dlux loader diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index 8ee80f59..e056ce21 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -15,7 +15,6 @@ http odl-restconf - mvn:com.google.guava/guava/{{VERSION}} mvn:org.opendaylight.dlux/loader/{{VERSION}} mvn:org.opendaylight.dlux/loader.implementation/{{VERSION}} mvn:org.opendaylight.dlux/dlux.core/{{VERSION}} -- 2.36.6