Repository: nutch Updated Branches: refs/heads/2.x dcde8effd -> 72a99cf07
NUTCH-2112 Missing restlet resolver when building with gora-solr Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/72a99cf0 Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/72a99cf0 Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/72a99cf0 Branch: refs/heads/2.x Commit: 72a99cf07ac7cd9064eb97b277a6f8ad529710bf Parents: dcde8ef Author: Furkan KAMACI <[email protected]> Authored: Tue May 17 23:45:53 2016 +0300 Committer: Furkan KAMACI <[email protected]> Committed: Tue May 17 23:45:53 2016 +0300 ---------------------------------------------------------------------- ivy/ivysettings.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nutch/blob/72a99cf0/ivy/ivysettings.xml ---------------------------------------------------------------------- diff --git a/ivy/ivysettings.xml b/ivy/ivysettings.xml index 3f34e47..6f17fa4 100644 --- a/ivy/ivysettings.xml +++ b/ivy/ivysettings.xml @@ -69,6 +69,7 @@ <resolver ref="maven2"/> <resolver ref="sonatype"/> <resolver ref="apache-snapshot"/> + <resolver ref="restlet"/> </chain> <chain name="internal"> <resolver ref="local"/>
