|
@@ -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>
|