HADOOP-17885. Upgrade JSON smart to 1.3.3 on branch-2.10 (#3370)

This commit is contained in:
Ahmed Hussein 2021-09-02 16:40:06 -05:00 committed by GitHub
parent d636420e7c
commit 42599f6c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -147,6 +147,7 @@
<!-- the version of Hadoop declared in the version resources; can be overridden
so that Hadoop 3.x can declare itself a 2.x artifact. -->
<declared.hadoop.version>${project.version}</declared.hadoop.version>
<json-smart.version>1.3.3</json-smart.version>
<woodstox.version>5.3.0</woodstox.version>
<apache-ant.version>1.10.11</apache-ant.version>
</properties>
@ -1218,7 +1219,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>1.3.1</version>
<version>${json-smart.version}</version>
</dependency>
<dependency>