Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-03-15 22:09:43 +0000
committervladt2011-03-16 14:28:27 +0000
commitb2c46b09333f64f045f9e7bb136708cd8d8dad36 (patch)
tree156c655b53961d6d55189830622b4a53ee23d122 /org.eclipse.m2e.core/META-INF/MANIFEST.MF
parent3c8be6ee1bd7bf1a586f5d12f622af448f6f793d (diff)
downloadm2e-core-b2c46b09333f64f045f9e7bb136708cd8d8dad36.tar.gz
m2e-core-b2c46b09333f64f045f9e7bb136708cd8d8dad36.tar.xz
m2e-core-b2c46b09333f64f045f9e7bb136708cd8d8dad36.zip
339601: Updating Maven Dependencies Hangs
Diffstat (limited to 'org.eclipse.m2e.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.core/META-INF/MANIFEST.MF b/org.eclipse.m2e.core/META-INF/MANIFEST.MF
index 65e98a5b..6a44c799 100644
--- a/org.eclipse.m2e.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.core/META-INF/MANIFEST.MF
@@ -19,7 +19,7 @@ Require-Bundle:
org.eclipse.m2e.model.edit;bundle-version="[0.13.0,0.14.0)",
com.ibm.icu;bundle-version="4.0.1",
org.slf4j.api;bundle-version="1.6.1",
- com.ning.async-http-client;bundle-version="[1.6.0,1.6.1)",
+ com.ning.async-http-client;bundle-version="[1.6.3,1.6.4)",
org.jboss.netty;bundle-version="3.2.3"
Eclipse-LazyStart: true
Bundle-ClassPath: .

Back to the top