HBASE-22359 Backport of HBASE-21371 misses activation-api license information
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
This commit is contained in:
parent
a4381802c6
commit
443da328f2
|
@ -24,6 +24,22 @@ under the License.
|
|||
hbase-shaded-server versions, with the execption of moving the text of
|
||||
the CPL to LICENSE.vm -->
|
||||
<!-- All of the below missing / ambiguous / full text license info verified at dependency source -->
|
||||
<!-- Dual licensed dependencies-->
|
||||
<supplement>
|
||||
<project>
|
||||
<groupId>javax.activation</groupId>
|
||||
<artifactId>javax.activation-api</artifactId>
|
||||
<!-- javax.activation-api is also separately licensed under the GPL version 2 plus the Classpath Exception -->
|
||||
<licenses>
|
||||
<license>
|
||||
<name>CDDL 1.1</name>
|
||||
<url>https://github.com/javaee/activation/blob/master/LICENSE.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
</project>
|
||||
</supplement>
|
||||
|
||||
<!-- Artifacts missing license info in POM -->
|
||||
<supplement>
|
||||
<project>
|
||||
|
|
Loading…
Reference in New Issue