Skip to content

Commit

Permalink
fix: Use jdk8 compatible package. (#11855) (#11856)
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

Co-authored-by: caalador <mikael.grankvist@vaadin.com>
  • Loading branch information
vaadin-bot and caalador committed Sep 15, 2021
1 parent 05ea039 commit f7f2a66
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 @@ -79,6 +79,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 f7f2a66

Please sign in to comment.