You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/01/22 23:47:03 UTC

[hbase-thirdparty] branch master updated: HBASE-23718 [hbase-thirdparty] Update libs; pb from 3.9 to 3.11, etc. (#10); AMENDMENT #2

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d65a70  HBASE-23718 [hbase-thirdparty] Update libs; pb from 3.9 to 3.11, etc. (#10); AMENDMENT #2
4d65a70 is described below

commit 4d65a7005fc1409d7deaa15c1a27dd8dab252efa
Author: stack <st...@apache.org>
AuthorDate: Wed Jan 22 14:16:42 2020 -0800

    HBASE-23718 [hbase-thirdparty] Update libs; pb from 3.9 to 3.11, etc. (#10); AMENDMENT #2
    
    Keep gson at 2.8.5 as 2.8.6 targets jdk9 (and we want gson to work w/
    branch-1/jdk1.7); add excluding transitory include by pb-util in misc.
---
 hbase-shaded-miscellaneous/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hbase-shaded-miscellaneous/pom.xml b/hbase-shaded-miscellaneous/pom.xml
index 3a43a9d..75d28fe 100644
--- a/hbase-shaded-miscellaneous/pom.xml
+++ b/hbase-shaded-miscellaneous/pom.xml
@@ -165,6 +165,10 @@
           <groupId>com.google.protobuf</groupId>
           <artifactId>protobuf-java</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.google.code.gson</groupId>
+          <artifactId>gson</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>