Skip to content

Commit

Permalink
#2891 Force guava version
Browse files Browse the repository at this point in the history
30 is compatible even if it is not..
  • Loading branch information
pdulth committed Sep 17, 2024
1 parent fb402a8 commit 777627d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions releng/features/org.polarsys.capella.rcp/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,8 @@
version="0.0.0"/>

<requires>
<!--
Theorically, we would have to add no-source features of our dependencies here.
But when the feature.source is generated by tycho, it doesn't generate <import> features.
Adding them here avoid to maintain two features, with and without sources
-->
<import plugin="ch.qos.logback.slf4j"/>
<import plugin="com.google.guava" version="31" match="compatible"/>
<import plugin="com.google.guava" version="31" match="greaterOrEqual"/>
<import feature="org.eclipse.acceleo.query.source"/>
<import feature="org.eclipse.acceleo.ui.interpreter.source"/>
<import feature="org.eclipse.amalgam.explorer.activity.source"/>
Expand Down Expand Up @@ -154,7 +149,6 @@
<import feature="org.polarsys.kitalpha.resourcereuse.ui.feature.source"/>
<import feature="org.polarsys.kitalpha.richtext.widget.feature.source"/>
<import feature="org.polarsys.kitalpha.transposer.feature.source"/>

</requires>

<plugin
Expand Down

0 comments on commit 777627d

Please sign in to comment.