From 4422a28278ba78a72b07128d0bc2935c72b3ed59 Mon Sep 17 00:00:00 2001 From: nickboldt Date: Thu, 24 Nov 2016 01:10:18 -0500 Subject: [PATCH] JBDS-4200 can't see any actual dependency on org.slf4j.api so remove this from Require-Bundle list. If you actually need this, then please switch to Import-Package instead Signed-off-by: nickboldt --- eclipse/plugins/org.switchyard.tools.core/META-INF/MANIFEST.MF | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclipse/plugins/org.switchyard.tools.core/META-INF/MANIFEST.MF b/eclipse/plugins/org.switchyard.tools.core/META-INF/MANIFEST.MF index ab4ebe15..774a6332 100644 --- a/eclipse/plugins/org.switchyard.tools.core/META-INF/MANIFEST.MF +++ b/eclipse/plugins/org.switchyard.tools.core/META-INF/MANIFEST.MF @@ -7,8 +7,7 @@ Bundle-Vendor: %Bundle-Vendor Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0", - org.apache.log4j;bundle-version="1.2.15", - org.slf4j.api;bundle-version="1.6.0" + org.apache.log4j;bundle-version="1.2.15" Bundle-ClassPath: ., lib/switchyard-api.jar, lib/switchyard-common.jar,