File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments