Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-01-30 16:29:02 +0000
committerIgor Fedorenko2012-01-30 16:29:02 +0000
commitefb3321f577286b50d6a7c24c31ff4c42c8597a5 (patch)
treedded90f7813ef9e49542babef354994100fbf289 /m2e-maven-runtime
parent365ae44816ae205ebe21e5e89ed5ee4588027f4b (diff)
downloadm2e-core-efb3321f577286b50d6a7c24c31ff4c42c8597a5.tar.gz
m2e-core-efb3321f577286b50d6a7c24c31ff4c42c8597a5.tar.xz
m2e-core-efb3321f577286b50d6a7c24c31ff4c42c8597a5.zip
338252 require slf4j 1.6.2, ship slf4j 1.6.4 and logback 1.0.0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'm2e-maven-runtime')
-rw-r--r--m2e-maven-runtime/com.ning.async-http-client/pom.xml2
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml5
2 files changed, 5 insertions, 2 deletions
diff --git a/m2e-maven-runtime/com.ning.async-http-client/pom.xml b/m2e-maven-runtime/com.ning.async-http-client/pom.xml
index 96445e1d..0fc216ab 100644
--- a/m2e-maven-runtime/com.ning.async-http-client/pom.xml
+++ b/m2e-maven-runtime/com.ning.async-http-client/pom.xml
@@ -54,7 +54,7 @@
<Import-Package>
!org.apache.commons.httpclient.*,
org.jboss.netty.*;resolution:=mandatory,
- org.slf4j.*;resolution:=mandatory,
+ org.slf4j.*;version="1.6.2";resolution:=mandatory,
*
</Import-Package>
</instructions>
diff --git a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
index 44aa9fb1..084ab452 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
@@ -175,7 +175,10 @@
<Import-Package>
!*
</Import-Package>
- <Require-Bundle>com.ning.async-http-client;bundle-version="[1.6.3,1.6.4)"</Require-Bundle>
+ <Require-Bundle>
+ com.ning.async-http-client;bundle-version="[1.6.3,1.6.4)",
+ org.slf4j.api;bundle-version="1.6.2"
+ </Require-Bundle>
<Bundle-ClassPath>.,{maven-dependencies}</Bundle-ClassPath>
</instructions>

Back to the top