Repository: hbase-thirdparty
Updated Branches:
  refs/heads/master 68f0e0ee1 -> 0c67e6464


HBASE-18666 [hbase-thirdparty] Exclude errorprone annotation 
com.google.errorprone.annotations.CanIgnoreReturnValue


Project: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/commit/0c67e646
Tree: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/tree/0c67e646
Diff: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/diff/0c67e646

Branch: refs/heads/master
Commit: 0c67e6464c109c769c7001e1a8f9d1b7bb3241af
Parents: 68f0e0e
Author: Michael Stack <st...@apache.org>
Authored: Wed Aug 23 12:53:07 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Wed Aug 23 12:53:07 2017 -0700

----------------------------------------------------------------------
 hbase-shaded-miscellaneous/pom.xml | 3 +++
 hbase-shaded-netty/pom.xml         | 3 +++
 hbase-shaded-protobuf/pom.xml      | 3 +++
 3 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/0c67e646/hbase-shaded-miscellaneous/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded-miscellaneous/pom.xml 
b/hbase-shaded-miscellaneous/pom.xml
index 564a791..b616593 100644
--- a/hbase-shaded-miscellaneous/pom.xml
+++ b/hbase-shaded-miscellaneous/pom.xml
@@ -72,6 +72,9 @@
                 <relocation>
                   <pattern>com.google</pattern>
                   <shadedPattern>${rename.offset}.com.google</shadedPattern>
+                  <excludes>
+                    
<exclude>com.google.errorprone.annotations.CanIgnoreReturnValue</exclude>
+                  </excludes>
                 </relocation>
               </relocations>
               <artifactSet>

http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/0c67e646/hbase-shaded-netty/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded-netty/pom.xml b/hbase-shaded-netty/pom.xml
index b06d7dd..a8b9c4a 100644
--- a/hbase-shaded-netty/pom.xml
+++ b/hbase-shaded-netty/pom.xml
@@ -71,6 +71,9 @@
                 <relocation>
                   <pattern>io.netty</pattern>
                   <shadedPattern>${rename.offset}.io.netty</shadedPattern>
+                  <excludes>
+                    
<exclude>com.google.errorprone.annotations.CanIgnoreReturnValue</exclude>
+                  </excludes>
                 </relocation>
               </relocations>
               <artifactSet>

http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/0c67e646/hbase-shaded-protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded-protobuf/pom.xml b/hbase-shaded-protobuf/pom.xml
index 28a7514..f9cf3fe 100644
--- a/hbase-shaded-protobuf/pom.xml
+++ b/hbase-shaded-protobuf/pom.xml
@@ -164,6 +164,9 @@
                 <relocation>
                   <pattern>com.google.protobuf</pattern>
                   
<shadedPattern>${rename.offset}.com.google.protobuf</shadedPattern>
+                  <excludes>
+                    
<exclude>com.google.errorprone.annotations.CanIgnoreReturnValue</exclude>
+                  </excludes>
                 </relocation>
               </relocations>
             </configuration>

Reply via email to