HBASE-19458 Allow building HBase 1.3.x against Hadoop 2.8 (Lars Hofhansl)

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

Branch: refs/heads/branch-1.3
Commit: c4ed66a05a11e196ac5f5df3436132af28db707f
Parents: e7563cc
Author: Andrew Purtell <apurt...@apache.org>
Authored: Thu Dec 13 16:28:47 2018 -0800
Committer: Andrew Purtell <apurt...@apache.org>
Committed: Thu Dec 13 16:35:23 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/c4ed66a0/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 9c4ceea..9db6f94 100644
--- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
+++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
@@ -1082,6 +1082,34 @@ Copyright 2006 Envoi Solutions LLC
       </licenses>
     </project>
   </supplement>
+  <supplement>
+    <project>
+      <groupId>com.squareup.okhttp</groupId>
+      <artifactId>okhttp</artifactId>
+      <version>2.4.0</version>
+      <licenses>
+        <license>
+          <name>Apache License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </project>
+  </supplement>
+  <supplement>
+    <project>
+      <groupId>com.squareup.okio</groupId>
+      <artifactId>okio</artifactId>
+      <version>1.4.0</version>
+      <licenses>
+        <license>
+          <name>Apache License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </project>
+  </supplement>
 <!-- Permissive licenses that need text in LICENSE -->
   <supplement>
     <project>
@@ -2066,4 +2094,22 @@ Copyright (c) 2007-2011 The JRuby project
       </licenses>
     </project>
   </supplement>
+  <supplement>
+    <project>
+      <groupId>net.jcip</groupId>
+      <artifactId>jcip-annotations</artifactId>
+      <version>1.0</version>
+      <organization>
+        <name>Brian Goetz and Tim Peierls</name>
+        <url>http://www.jcip.net</url>
+      </organization>
+      <licenses>
+        <license>
+          <name>Creative Commons Attribution License, Version 2.5</name>
+          <url>http://creativecommons.org/licenses/by/2.5</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </project>
+  </supplement>
 </supplementalDataModels>

Reply via email to