Skip to content

Commit

Permalink
YETUS-1186. take out dependency on jdk.tools (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-was-here authored Sep 10, 2023
1 parent b449843 commit 4782a83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
19 changes: 0 additions & 19 deletions audience-annotations-component/audience-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,6 @@
<name>Apache Yetus - Audience Annotations</name>
<packaging>jar</packaging>

<profiles>
<profile>
<id>jdk1.8</id>
<activation>
<jdk>(,1.8]</jdk>
</activation>
<dependencies>
<dependency>
<!-- Version and location set in project pom -->
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<scope>system</scope>
<!-- Mark as optional so that it isn't taken transitively -->
<optional>true</optional>
</dependency>
</dependencies>
</profile>
</profiles>

<dependencies>
<dependency>
<artifactId>junit-jupiter</artifactId>
Expand Down
17 changes: 0 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,23 +280,6 @@
</plugins>
</build>
</profile>
<profile>
<id>jdk1.8</id>
<activation>
<jdk>1.8</jdk>
</activation>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<version>1.8</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>
</dependencyManagement>
</profile>
</profiles>

<reporting>
Expand Down

0 comments on commit 4782a83

Please sign in to comment.