HADOOP-17885. Upgrade JSON smart to 1.3.3 on branch-2.10 (#3370)
This commit is contained in:
parent
d636420e7c
commit
42599f6c8f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue