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 <[email protected]> Authored: Sat Aug 6 17:12:46 2016 -0700 Committer: Lars Hofhansl <[email protected]> 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>
