Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-03-10 23:18:14 +0000
committervladt2011-03-10 23:18:36 +0000
commit215bb8a44f8e838d1b92024cdb9cd51f00aabee2 (patch)
tree0e4a2104b8db1f4d016ba1ea8d78f522ab0360e2 /org.eclipse.m2e.discovery/META-INF
parent7a5675ddd7c12dc053afa0f8f93c54a460d59d43 (diff)
downloadm2e-core-215bb8a44f8e838d1b92024cdb9cd51f00aabee2.tar.gz
m2e-core-215bb8a44f8e838d1b92024cdb9cd51f00aabee2.tar.xz
m2e-core-215bb8a44f8e838d1b92024cdb9cd51f00aabee2.zip
339034: Failed to load "SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" during install
Diffstat (limited to 'org.eclipse.m2e.discovery/META-INF')
-rw-r--r--org.eclipse.m2e.discovery/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF b/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF
index 1157bd53..aaf0e501 100644
--- a/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.discovery/META-INF/MANIFEST.MF
@@ -20,7 +20,7 @@ Require-Bundle: org.eclipse.equinox.p2.ui.discovery,
org.eclipse.equinox.p2.core,
org.eclipse.equinox.p2.metadata,
org.eclipse.m2e.core.ui;bundle-version="[0.13.0,0.14.0)",
- org.slf4j.api;bundle-version="1.5.11",
+ org.slf4j.api;bundle-version="1.6.1",
org.eclipse.m2e.maven.runtime;bundle-version="[0.13.0,0.14.0)",
org.eclipse.equinox.p2.repository,
org.eclipse.equinox.p2.ui

Back to the top