Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml
index dfc214d7522..d23a143c904 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml
@@ -104,4 +104,8 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.papyrus.layers.feature"
version="0.0.0"/>
+ <requires>
+ <import plugin="com.google.guava" version="12.0.0" match="compatible"/>
+ </requires>
+
</feature>

Back to the top