[
https://issues.apache.org/jira/browse/NUTCH-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16295271#comment-16295271
]
ASF GitHub Bot commented on NUTCH-2483:
---------------------------------------
sebastian-nagel closed pull request #265: NUTCH-2483 Remove/replace indirect
dependencies to org.json
URL: https://github.com/apache/nutch/pull/265
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/ivy/ivy.xml b/ivy/ivy.xml
index 520afa0f0..2dbe58351 100644
--- a/ivy/ivy.xml
+++ b/ivy/ivy.xml
@@ -95,6 +95,7 @@
<exclude module="hadoop-core"/>
<exclude org="com.google.guava"/>
<exclude org="junit"/>
+ <exclude org="org.json"/>
</dependency>
<!--artifacts needed for testing -->
@@ -128,7 +129,9 @@
<dependency org="org.apache.wicket" name="wicket-core" rev="6.16.0"
conf="*->default" />
<dependency org="org.apache.wicket" name="wicket-spring" rev="6.16.0"
conf="*->default" />
<dependency org="de.agilecoders.wicket" name="wicket-bootstrap-core"
rev="0.9.2" conf="*->default" />
- <dependency org="de.agilecoders.wicket"
name="wicket-bootstrap-extensions" rev="0.9.2" conf="*->default" />
+ <dependency org="de.agilecoders.wicket"
name="wicket-bootstrap-extensions" rev="0.9.2" conf="*->default">
+ <exclude org="org.json"/>
+ </dependency>
<!-- RabbitMQ dependencies -->
<dependency org="com.rabbitmq" name="amqp-client" rev="3.6.5"
conf="*->default" />
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Remove/replace indirect dependencies to org.json
> ------------------------------------------------
>
> Key: NUTCH-2483
> URL: https://issues.apache.org/jira/browse/NUTCH-2483
> Project: Nutch
> Issue Type: Bug
> Components: deployment
> Affects Versions: 1.13
> Reporter: Sebastian Nagel
> Fix For: 1.14
>
>
> As indirect transitive dependency we ship with Nutch 1.x binary packages a
> jar file of org.json which [license|http://www.json.org/license.html] is
> since one year among the [category
> x|https://www.apache.org/legal/resolved.html#category-x] licenses (see also
> [license faq|https://www.apache.org/legal/resolved.html#json]).
> We should check whether the library is mandatory and the exclude or replace
> it.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)