This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/master by this push:
new 668d1b8 YETUS-897. Remove duplicate jdk.tools dependency from
audience-annotations module.
668d1b8 is described below
commit 668d1b850e2ec00b164eb54aa13da3aba139da3b
Author: Priyank Bagrecha <[email protected]>
AuthorDate: Sat Nov 23 11:11:51 2019 -0800
YETUS-897. Remove duplicate jdk.tools dependency from audience-annotations
module.
closes apache/yetus#78
Signed-off-by: Akira Ajisaka <[email protected]>
---
audience-annotations-component/audience-annotations/pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/audience-annotations-component/audience-annotations/pom.xml
b/audience-annotations-component/audience-annotations/pom.xml
index 0ca1992..61c7f73 100644
--- a/audience-annotations-component/audience-annotations/pom.xml
+++ b/audience-annotations-component/audience-annotations/pom.xml
@@ -52,17 +52,6 @@
</profile>
</profiles>
- <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>
-
<build>
<plugins>