Skip to content

Commit

Permalink
transpiler: Use standalone-jdk11 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Oct 10, 2023
1 parent f6d5238 commit ad3ff46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions transpiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.kohlschutter.jdk.compiler</groupId>
<artifactId>standalone-jdk11</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.kohlschutter.jdk.compiler</groupId>
<artifactId>standalone-jdk11</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit ad3ff46

Please sign in to comment.