diff --git a/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm b/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm index 0b1ad131e53..78b676499c5 100644 --- a/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm +++ b/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm @@ -1340,7 +1340,7 @@ You can redistribute it and/or modify it under either the terms of the ## See this FAQ link for justifications: https://www.apache.org/legal/resolved.html ## ## NB: This list is later compared as lower-case. New entries must also be all lower-case -#set($non_aggregate_fine = [ 'public domain', 'new bsd license', 'bsd license', 'bsd', 'bsd 2-clause license', 'mozilla public license version 1.1', 'mozilla public license version 2.0', 'creative commons attribution license, version 2.5' ]) +#set($non_aggregate_fine = [ 'public domain', 'new bsd license', 'bsd license', 'bsd', 'bsd 2-clause license', 'mozilla public license version 1.1', 'mozilla public license version 2.0', 'creative commons attribution license, version 2.5', 'cddl/gplv2+ce' ]) ## include LICENSE sections for anything not under ASL2.0 #foreach( ${dep} in ${projects} ) ## if there are no licenses we'll fail the build later, so diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index 594993d7efe..e26011ab742 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -291,6 +291,10 @@ javax.servlet javax.servlet-api + + com.sun.activation + javax.activation + org.eclipse.jetty jetty-server diff --git a/pom.xml b/pom.xml index bd10d5c9c5d..77278c67602 100755 --- a/pom.xml +++ b/pom.xml @@ -1919,6 +1919,11 @@ javax.ws.rs-api ${wx.rs.api.version} + + com.sun.activation + javax.activation + 1.2.0 + org.eclipse.jetty jetty-server