Skip to content

Commit

Permalink
Leave the JDK tools.jar here for now - need to fix that for Java 11/17
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Jan 6, 2022
1 parent 554eca8 commit 0f3661a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
<version>1.5.10</version>
<scope>provided</scope>
</dependency>
<!-- <dependency>
<dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<version>${java.version}</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency> -->
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 0f3661a

Please sign in to comment.