This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new abc38d8 HBASE-23129 Move core to use hbase-thirdparty-3.1.1 (#695)
abc38d8 is described below
commit abc38d80e41608aea0fc51798fbbd67250e3e5b0
Author: Michael Stack <[email protected]>
AuthorDate: Fri Oct 11 05:30:29 2019 -0700
HBASE-23129 Move core to use hbase-thirdparty-3.1.1 (#695)
Signed-off-by: Peter Somogyi <[email protected]>
---
hbase-common/pom.xml | 4 ++++
pom.xml | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index c23b9d4..5539563 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -152,6 +152,10 @@
</dependency>
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
+ <artifactId>hbase-shaded-gson</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-netty</artifactId>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 5029cc9..1beed46 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1531,7 +1531,7 @@
<surefire.version>2.22.2</surefire.version>
<wagon.ssh.version>2.12</wagon.ssh.version>
<xml.maven.version>1.0.1</xml.maven.version>
- <hbase-thirdparty.version>2.2.1</hbase-thirdparty.version>
+ <hbase-thirdparty.version>3.1.1</hbase-thirdparty.version>
<!-- Intraproject jar naming properties -->
<!-- TODO this is pretty ugly, but works for the moment.
Modules are pretty heavy-weight things, so doing this work isn't too
bad. -->
@@ -2250,6 +2250,11 @@
</dependency>
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
+ <artifactId>hbase-shaded-gson</artifactId>
+ <version>${hbase-thirdparty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-miscellaneous</artifactId>
<version>${hbase-thirdparty.version}</version>
</dependency>