Skip to content

Commit

Permalink
Build against Guava 31.1.0.jre from Maven-Central like Eclipse 2022-09
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Sep 4, 2022
1 parent cb18549 commit 90c20cb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-06/"/>
<unit id="com.google.gson" version="0.0.0"/>
<unit id="com.google.guava" version="0.0.0"/>
<unit id="ch.qos.logback.core" version="0.0.0"/>
<unit id="ch.qos.logback.classic" version="0.0.0"/>
<unit id="ch.qos.logback.slf4j" version="0.0.0"/>
Expand Down Expand Up @@ -64,6 +63,18 @@
<version>6.3.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>failureaccess</artifactId>
<version>1.0.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>io.takari.m2e.workspace</groupId>
<artifactId>org.eclipse.m2e.workspace.cli</artifactId>
Expand Down

0 comments on commit 90c20cb

Please sign in to comment.