Skip to content

Commit 6b2d9ea

Browse files
Upgrade webarchive-commons dependency (1.1.11 -> 1.3.0)
1 parent 44e9041 commit 6b2d9ea

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

ivy/ivy.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,24 @@
113113
<dependency org="com.fasterxml.jackson.jaxrs" name="jackson-jaxrs-json-provider" rev="2.15.2" conf="*->default" />
114114

115115
<!-- WARC artifacts needed -->
116-
<dependency org="org.netpreserve.commons" name="webarchive-commons" rev="1.1.11" conf="*->default">
117-
<exclude module="hadoop-core" />
116+
<dependency org="org.netpreserve.commons" name="webarchive-commons" rev="1.3.0" conf="*->default">
117+
<exclude module="hadoop-common" />
118+
<exclude module="hadoop-mapreduce-client-core" />
118119
<exclude org="com.google.guava" />
119120
<exclude org="junit" />
120121
<!-- Exclude dependencies with incompatible license (see https://www.apache.org/legal/resolved.html#category-x) -->
121-
<exclude org="org.json" /><!-- JSON License -->
122+
<!--
123+
JSON License, see
124+
https://lists.apache.org/thread/2zxx56kk3j4ql5otqkrpsjmqxxp8jzoh
125+
https://issues.apache.org/jira/browse/LEGAL-245
126+
https://issues.apache.org/jira/browse/LEGAL-666
127+
-->
128+
<exclude org="org.json" />
122129
<!--
123130
Exclusion of the following dependencies disables support of WARC generation by
124131
"bin/nutch commoncrawldump -warc ..."
125132
Please remove these exclusion and recompile Nutch to generate WARC files using the tool "commoncrawldump".
126133
-->
127-
<exclude org="it.unimi.dsi" module="dsiutils" /><!-- LGPL 2.1 -->
128134
<exclude org="org.gnu.inet" module="libidn" /><!-- LGPL 2.1 -->
129135
</dependency>
130136

0 commit comments

Comments
 (0)