You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2020/05/15 08:56:22 UTC

[flink] branch master updated: [FLINK-17701][build] Exclude transitive jdk:tools dependency from all Hadoop dependencies.

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

sewen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new bff623a  [FLINK-17701][build] Exclude transitive jdk:tools dependency from all Hadoop dependencies.
bff623a is described below

commit bff623a22807bf6fe70d048afef469981a0cf16a
Author: Stephan Ewen <se...@apache.org>
AuthorDate: Thu May 14 17:33:18 2020 +0200

    [FLINK-17701][build] Exclude transitive jdk:tools dependency from all Hadoop dependencies.
    
    This closes #12156
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index af628d2..0e347cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,6 +313,10 @@ under the License.
 				<version>${hadoop.version}</version>
 				<exclusions>
 					<exclusion>
+						<groupId>jdk.tools</groupId>
+						<artifactId>jdk.tools</artifactId>
+					</exclusion>
+					<exclusion>
 						<groupId>log4j</groupId>
 						<artifactId>log4j</artifactId>
 					</exclusion>
@@ -329,6 +333,10 @@ under the License.
 				<version>${hadoop.version}</version>
 				<exclusions>
 					<exclusion>
+						<groupId>jdk.tools</groupId>
+						<artifactId>jdk.tools</artifactId>
+					</exclusion>
+					<exclusion>
 						<groupId>log4j</groupId>
 						<artifactId>log4j</artifactId>
 					</exclusion>
@@ -345,6 +353,10 @@ under the License.
 				<version>${hadoop.version}</version>
 				<exclusions>
 					<exclusion>
+						<groupId>jdk.tools</groupId>
+						<artifactId>jdk.tools</artifactId>
+					</exclusion>
+					<exclusion>
 						<groupId>log4j</groupId>
 						<artifactId>log4j</artifactId>
 					</exclusion>
@@ -361,6 +373,10 @@ under the License.
 				<version>${hadoop.version}</version>
 				<exclusions>
 					<exclusion>
+						<groupId>jdk.tools</groupId>
+						<artifactId>jdk.tools</artifactId>
+					</exclusion>
+					<exclusion>
 						<groupId>log4j</groupId>
 						<artifactId>log4j</artifactId>
 					</exclusion>
@@ -377,6 +393,10 @@ under the License.
 				<version>${hadoop.version}</version>
 				<exclusions>
 					<exclusion>
+						<groupId>jdk.tools</groupId>
+						<artifactId>jdk.tools</artifactId>
+					</exclusion>
+					<exclusion>
 						<groupId>log4j</groupId>
 						<artifactId>log4j</artifactId>
 					</exclusion>