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 4b81887
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions releng/features/org.polarsys.capella.rcp/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
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="perfect"/>
<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 +154,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 4b81887

Please sign in to comment.