You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2016/08/07 00:10:59 UTC

hbase git commit: HBASE-16321 ammendment; allow compilation with Hadoop 2.7.2.

Repository: hbase
Updated Branches:
  refs/heads/0.98 bbc427028 -> e23fa866d


HBASE-16321 ammendment; allow compilation with Hadoop 2.7.2.


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

Branch: refs/heads/0.98
Commit: e23fa866d110602331be73f23514c4fba97ef141
Parents: bbc4270
Author: Lars Hofhansl <la...@apache.org>
Authored: Sat Aug 6 17:12:46 2016 -0700
Committer: Lars Hofhansl <la...@apache.org>
Committed: Sat Aug 6 17:12:46 2016 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e23fa866/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 15d774e..b7374cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1961,6 +1961,10 @@
                 <groupId>stax</groupId>
                 <artifactId>stax-api</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>com.google.code.findbugs</groupId>
+                <artifactId>jsr305</artifactId>
+              </exclusion>
             </exclusions>
           </dependency>
           <dependency>