From 0165199f7a396f702045df81b421439135b2b0f8 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 31 Mar 2017 15:04:49 +0200 Subject: [PATCH] Bug 8130: downgrade Karaf 3 dep to provided org.apache.karaf.features.core is provided by the Karaf container, we only need the dependency at compile-time. Change-Id: I582602b297b639fb5884682303c047d32dd0f8f5 Signed-off-by: Stephen Kitt --- utils/ovsdb-it-utils/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ovsdb-it-utils/pom.xml b/utils/ovsdb-it-utils/pom.xml index 750758563..ed7fbc5d8 100644 --- a/utils/ovsdb-it-utils/pom.xml +++ b/utils/ovsdb-it-utils/pom.xml @@ -100,7 +100,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.karaf.features org.apache.karaf.features.core ${karaf.version} - compile + provided org.osgi -- 2.36.6