You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2018/11/30 20:04:21 UTC

hbase git commit: HBASE-21359 Fix build problem against Hadoop 2.8.5

Repository: hbase
Updated Branches:
  refs/heads/branch-1 bd87f4ebc -> fd175a4d4


HBASE-21359 Fix build problem against Hadoop 2.8.5


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

Branch: refs/heads/branch-1
Commit: fd175a4d488feac3eea5e5f08093f1b3c7392171
Parents: bd87f4e
Author: Andrew Purtell <ap...@apache.org>
Authored: Fri Nov 30 12:03:36 2018 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Fri Nov 30 12:03:56 2018 -0800

----------------------------------------------------------------------
 .../src/main/resources/supplemental-models.xml    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/fd175a4d/hbase-resource-bundle/src/main/resources/supplemental-models.xml
----------------------------------------------------------------------
diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
index 79c3a93..165e758 100644
--- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
+++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
@@ -1798,6 +1798,24 @@ Copyright (c) 2000-2005 INRIA, France Telecom
   </supplement>
   <supplement>
     <project>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+      <name>ASM: a very small and fast Java bytecode manipulation framework</name>
+
+      <licenses>
+        <license>
+          <name>BSD 3-Clause License</name>
+          <url>http://cvs.forge.objectweb.org/cgi-bin/viewcvs.cgi/*checkout*/asm/asm/LICENSE.txt?rev=1.3&amp;only_with_tag=ASM_3_1_MVN</url>
+          <distribution>repo</distribution>
+          <comments>
+Copyright (c) 2000-2005 INRIA, France Telecom
+</comments>
+        </license>
+      </licenses>
+    </project>
+  </supplement>
+  <supplement>
+    <project>
       <groupId>org.fusesource.leveldbjni</groupId>
       <artifactId>leveldbjni-all</artifactId>