[
https://issues.apache.org/jira/browse/NUTCH-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15287539#comment-15287539
]
ASF GitHub Bot commented on NUTCH-2112:
---------------------------------------
GitHub user kamaci opened a pull request:
https://github.com/apache/nutch/pull/113
NUTCH-2112 Missing restlet resolver when building with gora-solr
Adding restlet as a resolver to the default chain fixes missing
org.restlet.jee when building with gora-solr
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kamaci/nutch 2.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nutch/pull/113.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #113
----
commit 72a99cf07ac7cd9064eb97b277a6f8ad529710bf
Author: Furkan KAMACI <[email protected]>
Date: 2016-05-17T20:45:53Z
NUTCH-2112 Missing restlet resolver when building with gora-solr
----
> Missing org.restlet.jee when building with gora-solr
> ----------------------------------------------------
>
> Key: NUTCH-2112
> URL: https://issues.apache.org/jira/browse/NUTCH-2112
> Project: Nutch
> Issue Type: Bug
> Environment: CentOS 7 x64
> Reporter: Steven W
> Labels: maven
>
> When I build with the gora-solr backend, I get this missing dependency error:
> org.restlet.jee#org.restlet;2.2.1: not found
> Repro:
> Clone 2.x branch
> Uncomment `<dependency org="org.apache.gora" name="gora-solr" rev="0.5"
> conf="*->default" />` in ivy.xml
> run ant runtime
> I'm not familiar with Ivy, but I tried adjusting the repos in
> ivysettings.xml, but that didn't fix it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)