[
https://issues.apache.org/jira/browse/ANY23-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216519#comment-13216519
]
Andy Seaborne commented on ANY23-37:
------------------------------------
I checked out any23/trunk and applied the patch.
I got a compile error in basic-crawler:
------------------------------------------------------------
[INFO] Compilation failure
Crawler.java:[93,48] cannot find symbol
symbol : method getHTML()
location: class edu.uci.ics.crawler4j.crawler.Page
------------------------------------------------------------
The dependency on edu.uci.ics.dsiutils is still in basic-crawler pom.xml but
when I removed dsiutils and fastutils as explicit dependencies, and use the
crawler4j 3.3 POM for its dependencies, then mvn dependency:tree on
basic-crawler showed no dsiutils or fastutils as dependencies.
Still had the same compile time error.
> 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
> Priority: Critical
> Fix For: 0.7.0
>
> Attachments: ANY23-37.patch
>
>
> 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