This is an automated email from the ASF dual-hosted git repository. bteke pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 43c889636af YARN-11535. Remove jackson-dataformat-yaml dependency. (#5970) 43c889636af is described below commit 43c889636afe69260822522e592b5054fd02b42b Author: Benjamin Teke <brumi1...@users.noreply.github.com> AuthorDate: Tue Aug 22 16:42:49 2023 +0200 YARN-11535. Remove jackson-dataformat-yaml dependency. (#5970) --- hadoop-hdfs-project/hadoop-hdfs-client/pom.xml | 4 ++++ hadoop-project/pom.xml | 5 ----- .../hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml | 4 ---- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml index b362e001ea6..01ab5f41373 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml @@ -115,6 +115,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-yaml</artifactId> + </exclusion> </exclusions> </dependency> <dependency> diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index c837a6fc0d5..9fca0fa159b 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1300,11 +1300,6 @@ <artifactId>jackson-dataformat-cbor</artifactId> <version>${jackson2.version}</version> </dependency> - <dependency> - <groupId>com.fasterxml.jackson.dataformat</groupId> - <artifactId>jackson-dataformat-yaml</artifactId> - <version>${jackson2.version}</version> - </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml index 9d096d20c5f..d36ca02d7d0 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml @@ -330,10 +330,6 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> - <dependency> - <groupId>com.fasterxml.jackson.dataformat</groupId> - <artifactId>jackson-dataformat-yaml</artifactId> - </dependency> </dependencies> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org