This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/nutch.git


The following commit(s) were added to refs/heads/2.x by this push:
     new c2f5d68  NUTCH-2722 Fetch dependencies via https - add Spring plugins 
repository required for org.restlet dependencies
c2f5d68 is described below

commit c2f5d6815649ae296debc5b8d72551bd3738f08d
Author: Sebastian Nagel <[email protected]>
AuthorDate: Thu Jul 11 14:56:41 2019 +0200

    NUTCH-2722 Fetch dependencies via https
    - add Spring plugins repository required for org.restlet dependencies
---
 ivy/ivysettings.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ivy/ivysettings.xml b/ivy/ivysettings.xml
index 3f240eb..7cdb132 100644
--- a/ivy/ivysettings.xml
+++ b/ivy/ivysettings.xml
@@ -57,6 +57,11 @@
       pattern="${maven2.pattern.ext}"
       m2compatible="true"
       />
+    <ibiblio name="spring-plugins"
+      root="https://repo.spring.io/plugins-release";
+      pattern="${maven2.pattern.ext}"
+      m2compatible="true"
+      />
      <ibiblio name="sonatype"
       root="${oss.sonatype.org}"
       pattern="${maven2.pattern.ext}"
@@ -69,6 +74,7 @@
       <resolver ref="sonatype"/>
       <resolver ref="apache-snapshot"/>
       <resolver ref="restlet"/>
+      <resolver ref="spring-plugins"/>
     </chain>
     <chain name="internal">
       <resolver ref="local"/>

Reply via email to