You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2021/11/10 18:07:00 UTC

[jira] [Assigned] (HBASE-26436) check-aggregate-license error related to javadns after HADOOP-17317

     [ https://issues.apache.org/jira/browse/HBASE-26436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Dimiduk reassigned HBASE-26436:
------------------------------------

    Assignee: Nick Dimiduk

> check-aggregate-license error related to javadns after HADOOP-17317
> -------------------------------------------------------------------
>
>                 Key: HBASE-26436
>                 URL: https://issues.apache.org/jira/browse/HBASE-26436
>             Project: HBase
>          Issue Type: Bug
>          Components: build, hadoop3
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>            Priority: Major
>
> This impacts any HBase branch compiling vs. Hadoop trunk (current 3.4.0-SNAPSHOT), which includes HADOOP-17317. Build fails with
> {noformat}
> [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (check-aggregate-license) @ hbase-shaded-client ---                                                                                         
> [WARNING] Rule 0: org.apache.maven.plugins.enforcer.EvaluateBeanshell failed with message:                                                                                                    
> License errors detected, for more detail find ERROR in                                                                                                                                        
>                     /Users/ndimiduk/repos/apache/hbase/hbase-shaded/hbase-shaded-client/target/maven-shared-archive-resources/META-INF/LICENSE
> {noformat}
> The aggregated license file contains this entry,
> {noformat}
> --
> This product includes dnsjava licensed under the BSD-2-Clause.
> ERROR: Please check ^^^^^^^^^^^^ this License for acceptability here:
> https://www.apache.org/legal/resolved
> If it is okay, then update the list named 'non_aggregate_fine' in the LICENSE.vm file.
> If it isn't okay, then revert the change that added the dependency.
> More info on the dependency:
> <groupId>dnsjava</groupId>
> <artifactId>dnsjava</artifactId>
> <version>3.4.0</version>
> maven central search
> g:dnsjava AND a:dnsjava AND v:3.4.0
> project website
> https://github.com/dnsjava/dnsjava
> project source
> https://github.com/dnsjava/dnsjava
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)