Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2020-11-05 07:16:36 +0000
committerEd Merks2020-11-05 07:16:36 +0000
commit5a81b9548a1e4696fe41374d532fdd2b2e7f87fa (patch)
tree9d4e34ef83e9373b8cd2d4926045bc891be6ae7d
parentb311e321ab2536e42e9d4ed0bd863d6d49436ab1 (diff)
downloadorg.eclipse.emf-5a81b9548a1e4696fe41374d532fdd2b2e7f87fa.tar.gz
org.eclipse.emf-5a81b9548a1e4696fe41374d532fdd2b2e7f87fa.tar.xz
org.eclipse.emf-5a81b9548a1e4696fe41374d532fdd2b2e7f87fa.zip
[releng] Relax upper bound for org.objectweb.asmR2_24_0
-rw-r--r--tests/org.eclipse.emf.test.ecore.xcore/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.test.ecore.xcore/META-INF/MANIFEST.MF b/tests/org.eclipse.emf.test.ecore.xcore/META-INF/MANIFEST.MF
index 8cf7fbada..7385d64bb 100644
--- a/tests/org.eclipse.emf.test.ecore.xcore/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.emf.test.ecore.xcore/META-INF/MANIFEST.MF
@@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)";resoluti
org.eclipse.xtext.xbase.lib;bundle-version="[2.18.0,3.0.0)",
org.eclipse.xtext.xbase.testing;bundle-version="[2.18.0,3.0.0)",
org.junit;bundle-version="[4.12.0,5.0.0)",
- org.objectweb.asm;bundle-version="[5.0.0,9.0.0)";resolution:=optional,
+ org.objectweb.asm;bundle-version="[5.0.0,11.0.0)";resolution:=optional,
org.eclipse.xtext.ui.testing;bundle-version="[2.18.0,3.0.0)",
org.eclipse.ui.workbench;resolution:=optional;bundle-version="[3.6.0,4.0.0)",
org.eclipse.xtext.xbase.junit;bundle-version="[2.18.0,3.0.0)"

Back to the top