Skip to content

Commit

Permalink
#2891 Force guava version
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth authored and AnitaMateiGabriel committed Aug 12, 2024
1 parent 4aeafa2 commit fb402a8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions releng/features/org.polarsys.capella.rcp/feature.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, 2020 THALES GLOBAL SERVICES.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0
SPDX-License-Identifier: EPL-2.0
Contributors:
Thales - initial API and implementation
<!--
Copyright (c) 2006, 2020 THALES GLOBAL SERVICES.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0
SPDX-License-Identifier: EPL-2.0
Contributors:
Thales - initial API and implementation
-->
<feature
id="org.polarsys.capella.rcp"
Expand All @@ -20,7 +20,7 @@
<description>
%description
</description>

<copyright>
%copyright
</copyright>
Expand Down Expand Up @@ -98,13 +98,13 @@
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"/>
<!--
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 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 @@ -156,7 +156,7 @@
<import feature="org.polarsys.kitalpha.transposer.feature.source"/>

</requires>

<plugin
id="org.polarsys.capella.rcp"
download-size="0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ location eclipse "https://download.eclipse.org/releases/2023-03" {
org.eclipse.egit.source.feature.group
org.apache.log4j
org.apache.commons.lang
com.google.guava
com.google.guava [31, 32) //guava version is also defined in org.polarsys.capella.rcp/feature.xml
}

location Mylyn-3.26 "https://download.eclipse.org/mylyn/releases/3.26/" {
Expand Down

0 comments on commit fb402a8

Please sign in to comment.