Skip to content

Commit

Permalink
fix: Use jdk8 compatible package. (#11855)
Browse files Browse the repository at this point in the history
Some transitive packages that were
in a defined range got released built
on JDK11 instead of JDK8
  • Loading branch information
caalador committed Sep 16, 2021
1 parent 6d082f1 commit 5b870ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions flow-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,19 @@
<version>3.12.0</version>
<scope>test</scope>
</dependency>
<!-- Force Java8 compatible package -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.jobs</artifactId>
<version>3.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.contenttype</artifactId>
<version>3.7.1000</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
Expand Down

0 comments on commit 5b870ca

Please sign in to comment.