Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.jdt/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.jdt/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.m2e.jdt/META-INF/MANIFEST.MF b/org.eclipse.m2e.jdt/META-INF/MANIFEST.MF
index 458c1f3f..cacc0c50 100644
--- a/org.eclipse.m2e.jdt/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.jdt/META-INF/MANIFEST.MF
@@ -13,9 +13,9 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jdt.launching,
org.eclipse.core.resources,
org.eclipse.m2e.maven.runtime;bundle-version="[1.8.0,1.9.0)",
- org.eclipse.m2e.core;bundle-version="[1.8.0,1.9.0)",
- org.slf4j.api;bundle-version="1.6.2"
+ org.eclipse.m2e.core;bundle-version="[1.8.0,1.9.0)"
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.m2e.jdt.MavenJdtPlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
+Import-Package: org.slf4j;version="1.6.2"

Back to the top