From 42da5a39d793a75251c886cffc6a4983ee2202fd Mon Sep 17 00:00:00 2001 From: Wei-Chiu Chuang Date: Tue, 23 Oct 2018 10:08:11 -0700 Subject: [PATCH] HBASE-21371. Hbase unable to compile against Hadoop trunk (3.3.0-SNAPSHOT) due to license error Change-Id: Ib2b399177e2cb26bdc7e8d283001bf2634893359 --- .../src/main/resources/supplemental-models.xml | 174 +++++++++++++++++++++ 1 file changed, 174 insertions(+) diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml b/hbase-resource-bundle/src/main/resources/supplemental-models.xml index c42e284..103919c 100644 --- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml +++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml @@ -24,6 +24,22 @@ under the License. hbase-shaded-server versions, with the execption of moving the text of the CPL to LICENSE.vm --> + + + + javax.activation + javax.activation-api + + + + CDDL 1.1 + https://github.com/javaee/activation/blob/master/LICENSE.txt + repo + + + + + @@ -552,6 +568,164 @@ under the License. + + + org.bouncycastle + bcpkix-jdk15on + + + + + MIT License + http://www.opensource.org/licenses/mit-license.php + repo + + Copyright (c) 2000 - 2018 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) + + + + + + + + org.eclipse.jetty + jetty-annotations + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + org.eclipse.jetty + jetty-jndi + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + org.eclipse.jetty + jetty-plus + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + org.eclipse.jetty.websocket + javax-websocket-client-impl + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + org.eclipse.jetty.websocket + javax-websocket-server-impl + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + org.eclipse.jetty.websocket + websocket-api + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + org.eclipse.jetty.websocket + websocket-client + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + org.eclipse.jetty.websocket + websocket-common + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + org.eclipse.jetty.websocket + websocket-server + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + org.eclipse.jetty.websocket + websocket-servlet + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + -- 2.5.3