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.jaxrs/META-INF/MANIFEST.MF b/org.eclipse.m2e.wtp.jaxrs/META-INF/MANIFEST.MF
index fb61a96..05aa278 100644
--- a/org.eclipse.m2e.wtp.jaxrs/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.wtp.jaxrs/META-INF/MANIFEST.MF
@@ -17,11 +17,11 @@
  org.eclipse.jst.ws.jaxrs.core,
  org.eclipse.wst.common.emfworkbench.integration,
  org.eclipse.wst.common.project.facet.core,
- org.eclipse.wst.common.frameworks,
- org.slf4j.api
+ org.eclipse.wst.common.frameworks
 Bundle-Localization: plugin
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-Vendor: %Bundle-Vendor
 Export-Package: org.eclipse.m2e.wtp.jaxrs.internal,org.eclipse.m2e.wtp
  .jaxrs.internal.configurators
+Import-Package: org.slf4j;version="1.6.2"
diff --git a/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF b/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF
index b5c690a..859ca0c 100644
--- a/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF
@@ -19,7 +19,6 @@
  org.eclipse.emf.common,
  org.eclipse.jst.common.project.facet.core,
  org.eclipse.wst.common.frameworks,
- org.slf4j.api,
  org.eclipse.m2e.wtp;bundle-version="1.2.0",
  org.eclipse.wst.common.emf
 Bundle-ActivationPolicy: lazy
@@ -30,3 +29,4 @@
  al;x-friends:="org.eclipse.m2e.wtp.tests",org.eclipse.m2e.wtp.jpa.int
  ernal.configurators;x-friends:="org.eclipse.m2e.wtp.tests",org.eclips
  e.m2e.wtp.jpa.internal.util;x-friends:="org.eclipse.m2e.wtp.tests"
+Import-Package: org.slf4j;version="1.6.2"
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"
diff --git a/org.eclipse.m2e.wtp.overlay/META-INF/MANIFEST.MF b/org.eclipse.m2e.wtp.overlay/META-INF/MANIFEST.MF
index a92a6e1..954a168 100644
--- a/org.eclipse.m2e.wtp.overlay/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.wtp.overlay/META-INF/MANIFEST.MF
@@ -18,11 +18,11 @@
  org.eclipse.jem.workbench,
  org.eclipse.jem.util,
  org.apache.ant,
- org.eclipse.jface,
- org.slf4j.api;bundle-version="1.6.0"
+ org.eclipse.jface
 Bundle-Vendor: Eclipse.org - m2e-wtp
 Export-Package: org.eclipse.m2e.wtp.overlay,org.eclipse.m2e.wtp.overla
  y.internal.modulecore;x-friends:="org.eclipse.m2e.wtp.overlay.ui,org.
  eclipse.m2e.wtp",org.eclipse.m2e.wtp.overlay.modulecore
 Bundle-ActivationPolicy: lazy
 Bundle-Activator: org.eclipse.m2e.wtp.overlay.internal.OverlayPluginActivator
+Import-Package: org.slf4j;version="1.6.2"
diff --git a/org.eclipse.m2e.wtp/META-INF/MANIFEST.MF b/org.eclipse.m2e.wtp/META-INF/MANIFEST.MF
index 7277299..247dfa0 100644
--- a/org.eclipse.m2e.wtp/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.wtp/META-INF/MANIFEST.MF
@@ -29,7 +29,6 @@
  org.eclipse.wst.common.emfworkbench.integration,
  org.eclipse.jst.jee,
  org.eclipse.jst.j2ee.jca,
- org.slf4j.api;bundle-version="1.5.11",
  org.eclipse.ui.ide,
  org.eclipse.m2e.wtp.overlay;visibility:=reexport,
  org.eclipse.wst.server.core,
@@ -52,4 +51,5 @@
 Bundle-Localization: plugin
 Bundle-ClassPath: jars/maven-war-plugin-2.1.1.jar,
  .
-Import-Package: org.apache.commons.lang3;version="3.1.0"
+Import-Package: org.apache.commons.lang3;version="3.1.0",
+ org.slf4j;version="1.6.2"