Skip to content

Commit

Permalink
[582668] Updated google.inject dependency management
Browse files Browse the repository at this point in the history
In order to ensure only current Google Guice versions gets moved into
the SimRel repository, the feature does not include but only depend on a
Guice installation.

Change-Id: Ib9602e0242d2d6eca74228d58e792ea39de0e095
Signed-off-by: Zoltán Ujhelyi <zoltan.ujhelyi@incquerylabs.com>
  • Loading branch information
ujhelyiz committed Jan 5, 2024
1 parent 0771e8d commit e84c4a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,11 @@
<requires>
<import feature="org.eclipse.viatra.query.runtime.feature" version="2.8.0" match="equivalent"/>
<import feature="org.eclipse.xtext.runtime" version="2.16.0" match="compatible"/>
<import plugin="com.google.inject" version="3.0.0" match="greaterOrEqual"/>
</requires>

<plugin
id="org.eclipse.viatra.query.patternlanguage.emf"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="com.google.inject"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="com.google.inject.multibindings"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"
unpack="false"/>
version="0.0.0"/>

</feature>
2 changes: 2 additions & 0 deletions releng/org.eclipse.viatra.update/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<feature url="features/org.eclipse.viatra.query.language.vgql.feature_0.28.1.qualifier.jar" id="org.eclipse.viatra.query.language.vgql.feature" version="0.28.1.qualifier">
<category name="org.eclipse.viatra.core"/>
</feature>
<bundle id="com.google.inject"/>
<bundle id="com.google.inject.multibindings"/>
<category-def name="org.eclipse.viatra.core" label="VIATRA Core"/>
<category-def name="org.eclipse.viatra.extensions" label="VIATRA Extensions"/>
</site>

0 comments on commit e84c4a9

Please sign in to comment.