This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new 4782a834 YETUS-1186. take out dependency on jdk.tools (#317)
4782a834 is described below
commit 4782a834c3b6d79543c7c4cef381a4623c01a843
Author: Allen Wittenauer <[email protected]>
AuthorDate: Sun Sep 10 08:43:36 2023 -0700
YETUS-1186. take out dependency on jdk.tools (#317)
---
.../audience-annotations/pom.xml | 19 -------------------
pom.xml | 17 -----------------
2 files changed, 36 deletions(-)
diff --git a/audience-annotations-component/audience-annotations/pom.xml
b/audience-annotations-component/audience-annotations/pom.xml
index ed575e67..35a92e07 100644
--- a/audience-annotations-component/audience-annotations/pom.xml
+++ b/audience-annotations-component/audience-annotations/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 6704a2e4..fa752a1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>