[ 
https://issues.apache.org/jira/browse/ANY23-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221664#comment-13221664
 ] 

Andy Seaborne commented on ANY23-37:
------------------------------------

The maven dependency tree does not show dsiutils.

The mention is in  plugins/basic-crawler/src/main/assembly/bin.xml  as an 
exclusion, and the warning is because the exclusion is triggered - double 
evidence it's not in the dependency tree now.

The exclusion can be removed.

  <dependencySets>
    <dependencySet>
      <useProjectArtifact>true</useProjectArtifact>
      <outputDirectory>/lib</outputDirectory>
      <excludes>
        <!-- dsiutils is LGPLed -->
        <exclude>it.unimi.dsi:dsiutils</exclude>       ******
        <!-- already provided from Any23 -->
        <exclude>org.slf4j:*</exclude>
      </excludes>
    </dependencySet>
  </dependencySets>

                
> LGPL'ed components cannot be included in distribution packages
> --------------------------------------------------------------
>
>                 Key: ANY23-37
>                 URL: https://issues.apache.org/jira/browse/ANY23-37
>             Project: Apache Any23
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Simone Tripodi
>            Assignee: Michele Mostarda
>            Priority: Critical
>             Fix For: 0.7.0
>
>         Attachments: ANY23-37-v2.patch, ANY23-37-v3.patch, ANY23-37.patch, 
> package.txt
>
>
> While reviewing dependencies license, I noticed that the 
> it.unimi.dsi:dsiutils:2.0.1 transitive dependency is released under LGPL 
> release, so it cannot be included in the non-maven binary archives.
> A first turnaround solution could be avoiding it is included and reporting it 
> in the README.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to