This is an automated email from the ASF dual-hosted git repository. ayushsaxena 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 0918c87fa20 HADOOP-18687. Remove json-smart dependency. (#5549). Contributed by PJ Fanning. 0918c87fa20 is described below commit 0918c87fa2072100c51c774a0b0861cd5d09daaf Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Wed Apr 19 21:17:22 2023 +0200 HADOOP-18687. Remove json-smart dependency. (#5549). Contributed by PJ Fanning. Signed-off-by: Ayush Saxena <ayushsax...@apache.org> --- LICENSE-binary | 1 - hadoop-project/pom.xml | 6 ------ 2 files changed, 7 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 101c1f10daa..be2f6d07551 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -299,7 +299,6 @@ javax.inject:javax.inject:1 log4j:log4j:1.2.17 net.java.dev.jna:jna:5.2.0 net.minidev:accessors-smart:1.2 -net.minidev:json-smart:2.4.7 org.apache.avro:avro:1.9.2 org.apache.commons:commons-collections4:4.2 org.apache.commons:commons-compress:1.21 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 4b80849af0a..354c0b0884f 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -210,7 +210,6 @@ <openssl-wildfly.version>1.1.3.Final</openssl-wildfly.version> <jsonschema2pojo.version>1.0.2</jsonschema2pojo.version> <woodstox.version>5.4.0</woodstox.version> - <json-smart.version>2.4.7</json-smart.version> <nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version> <nodejs.version>v12.22.1</nodejs.version> <yarnpkg.version>v1.22.5</yarnpkg.version> @@ -1729,11 +1728,6 @@ <version>${dnsjava.version}</version> </dependency> - <dependency> - <groupId>net.minidev</groupId> - <artifactId>json-smart</artifactId> - <version>${json-smart.version}</version> - </dependency> <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org