diff options
author | Quentin Le Menez | 2017-03-15 12:03:24 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2017-03-15 13:10:35 +0000 |
commit | 412323ff644af7e4ff09d0755b054098c918ccd1 (patch) | |
tree | 04b869a40e0abb9f85f3bbed874095aaf71f9eb6 /tests/junit/plugins/editor | |
parent | 84e5a13dd11656e3f29ff44526f56dba4e69da4d (diff) | |
download | org.eclipse.papyrus-412323ff644af7e4ff09d0755b054098c918ccd1.tar.gz org.eclipse.papyrus-412323ff644af7e4ff09d0755b054098c918ccd1.tar.xz org.eclipse.papyrus-412323ff644af7e4ff09d0755b054098c918ccd1.zip |
[releng] [oxygen] update guava references
- test migration to 15.0.0 from 11.0.0
Change-Id: I3c9cb6392ebbfe214540261e500b9046724aa075
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'tests/junit/plugins/editor')
-rw-r--r-- | tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF index b5cfb384cf8..1ba9ca7d298 100644 --- a/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF +++ b/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF @@ -24,7 +24,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.ui.navigator;bundle-version="3.5.0",
org.eclipse.papyrus.infra.services.validation;bundle-version="1.2.0",
org.eclipse.papyrus.uml.service.validation;bundle-version="1.2.0",
- com.google.guava;bundle-version="11.0.0",
+ com.google.guava;bundle-version="15.0.0",
org.eclipse.papyrus.infra.nattable.common;bundle-version="1.2.0",
org.eclipse.papyrus.infra.nattable;bundle-version="1.2.0",
org.eclipse.papyrus.uml.nattable.menu;bundle-version="1.2.0",
|