depend on org.slf4j.* packages instead of required org.slf4j.api bundle
Change-Id: Idb24edbb95df176b2b5ee147fc6839f6a54af1ff
Signed-off-by: Fred Bricon <fbricon@gmail.com>
diff --git a/org.eclipse.m2e.wtp.jsf/META-INF/MANIFEST.MF b/org.eclipse.m2e.wtp.jsf/META-INF/MANIFEST.MF
index e667c10..b7128d1 100644
--- a/org.eclipse.m2e.wtp.jsf/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.wtp.jsf/META-INF/MANIFEST.MF
@@ -19,7 +19,6 @@
org.eclipse.jst.common.project.facet.core,
org.eclipse.jdt.core,
org.eclipse.jst.j2ee.web,
- org.slf4j.api,
org.eclipse.m2e.wtp
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
@@ -27,3 +26,4 @@
Bundle-Localization: plugin
Export-Package: org.eclipse.m2e.wtp.jsf.internal,org.eclipse.m2e.wtp.j
sf.internal.configurators,org.eclipse.m2e.wtp.jsf.internal.utils
+Import-Package: org.slf4j;version="1.6.2"