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.scm/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.scm/META-INF')
-rw-r--r--org.eclipse.m2e.scm/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.scm/META-INF/MANIFEST.MF b/org.eclipse.m2e.scm/META-INF/MANIFEST.MF
index a0c1a06c..96a8963e 100644
--- a/org.eclipse.m2e.scm/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.scm/META-INF/MANIFEST.MF
@@ -25,4 +25,4 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="3.5.2",
org.eclipse.ui.workbench;bundle-version="3.5.2",
org.eclipse.ui.ide;bundle-version="3.5.1",
org.eclipse.jdt.core;bundle-version="3.5.2";resolution:=optional,
- org.slf4j.api;bundle-version="1.5.11"
+ org.slf4j.api;bundle-version="1.6.1"

Back to the top