[
https://issues.apache.org/jira/browse/HBASE-18851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16172252#comment-16172252
]
Sean Busbey commented on HBASE-18851:
-------------------------------------
bq. You mean in org.ow2.asm:asm? Can look into that in parallel too if desired.
we maintain this kind of information in supplemental-model.xml about a ton of
dependencies. I'm just kind of tired of having to do so. it's brittle and I
don't know if we're getting a good return on the time spent.
> LICENSE failure after HADOOP-14799 with Hadoop 3
> ------------------------------------------------
>
> Key: HBASE-18851
> URL: https://issues.apache.org/jira/browse/HBASE-18851
> Project: HBase
> Issue Type: Bug
> Components: build
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Critical
> Fix For: 2.0.0-alpha-4
>
> Attachments: HBASE-18851.001.branch-2.patch
>
>
> Building against a new hadoop-3 snapshot nets a failure in generating the
> LICENSE file for hbase-assembly.
> This is because hadoop-auth's dependency on
> com.nimbusds:nimbus-jose-jwt:jar:4.41.1 brings in org.ow2.asm:asm:jar:5.0.4
> which is licensed was 3-clause BSD but just states the license as "BSD". This
> breaks our parsing.
> Simple change to add "BSD" to our list {{non_aggregate_fine}} in
> {{LICENSE.vm}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)