You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/07/09 21:06:46 UTC

[knox] branch v1.3.0 updated: Exclude jdk.tools from hadoop-annotations

This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch v1.3.0
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/v1.3.0 by this push:
     new 6813f58  Exclude jdk.tools from hadoop-annotations
6813f58 is described below

commit 6813f58be2f08e00ba0ea1d562366aab60ad6c1d
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Tue Jul 9 16:45:35 2019 -0400

    Exclude jdk.tools from hadoop-annotations
---
 gateway-test-release/webhdfs-kerb-test/pom.xml | 6 ++++++
 gateway-test-release/webhdfs-test/pom.xml      | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/gateway-test-release/webhdfs-kerb-test/pom.xml b/gateway-test-release/webhdfs-kerb-test/pom.xml
index 88b1b32..315a204 100644
--- a/gateway-test-release/webhdfs-kerb-test/pom.xml
+++ b/gateway-test-release/webhdfs-kerb-test/pom.xml
@@ -53,6 +53,12 @@
             <artifactId>hadoop-annotations</artifactId>
             <version>${hadoop.version}</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>jdk.tools</groupId>
+                    <artifactId>jdk.tools</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.hadoop</groupId>
diff --git a/gateway-test-release/webhdfs-test/pom.xml b/gateway-test-release/webhdfs-test/pom.xml
index 5b314e6..c9c3f4a 100644
--- a/gateway-test-release/webhdfs-test/pom.xml
+++ b/gateway-test-release/webhdfs-test/pom.xml
@@ -54,6 +54,12 @@
             <artifactId>hadoop-annotations</artifactId>
             <version>${hadoop.version}</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>jdk.tools</groupId>
+                    <artifactId>jdk.tools</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.hadoop</groupId>