HADOOP-13545. Update HSQLDB to 2.3.4. Contributed by Giovanni Matteo Fumarola.
(cherry picked from commit aabf08dd07
)
This commit is contained in:
parent
9b3ba25980
commit
121fcb74f3
|
@ -620,7 +620,7 @@ hadoop-tools/hadoop-sls/src/main/html/js/thirdparty/d3-LICENSE
|
|||
|
||||
The binary distribution of this product bundles these dependencies under the
|
||||
following license:
|
||||
HSQLDB Database 2.0.0
|
||||
HSQLDB Database 2.3.4
|
||||
--------------------------------------------------------------------------------
|
||||
"COPYRIGHTS AND LICENSES (based on BSD License)
|
||||
|
||||
|
|
|
@ -121,6 +121,7 @@
|
|||
<native-maven-plugin.version>1.0-alpha-8</native-maven-plugin.version>
|
||||
<surefire.fork.timeout>900</surefire.fork.timeout>
|
||||
<aws-java-sdk.version>1.11.86</aws-java-sdk.version>
|
||||
<hsqldb.version>2.3.4</hsqldb.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
@ -915,7 +916,7 @@
|
|||
<dependency>
|
||||
<groupId>org.hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>${hsqldb.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.codahale.metrics</groupId>
|
||||
|
|
Loading…
Reference in New Issue