mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1391] pin guava version to 21
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
1e0cc3d941
commit
640e11f60c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Export-Package: org.eclipse.xtext.util;
|
|||
org.eclipse.xtext.ui,
|
||||
org.eclipse.xtext.xbase"
|
||||
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.10.2",
|
||||
com.google.guava;bundle-version="[14.0.0,22.0.0)";visibility:=reexport,
|
||||
com.google.guava;bundle-version="[21.0.0,22.0.0)";visibility:=reexport,
|
||||
com.google.inject;bundle-version="3.0.0";visibility:=reexport,
|
||||
javax.inject;bundle-version="1.0.0";resolution:=optional;visibility:=reexport;x-installation:=greedy,
|
||||
org.eclipse.xtend.lib
|
||||
|
|
Loading…
Reference in a new issue