From 2c5ab74dc59750ffa3be5e20e9f36840d5176781 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Fri, 17 Jan 2020 08:51:38 +0000 Subject: [PATCH 1/2] Update URL for maven-restlet repository. Restlet were acquired by Talend in 2017 and the old URL no longer works. --- search-services/alfresco-search/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/search-services/alfresco-search/pom.xml b/search-services/alfresco-search/pom.xml index 2916a884e..752f9768b 100644 --- a/search-services/alfresco-search/pom.xml +++ b/search-services/alfresco-search/pom.xml @@ -182,6 +182,14 @@ + + + maven-restlet + Public online Restlet repository + http://maven.restlet.talend.com + + + alfresco-solr From 66e7cb9ff2a8131ee2b44ab19e0c52afac17cb66 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Fri, 17 Jan 2020 09:27:19 +0000 Subject: [PATCH 2/2] SEARCH-2054 Decrease the priority of the restlet repository. This ensures that artifacts are only downloaded from maven-restlet if they aren't found in an alfresco or central repo. --- search-services/alfresco-search/pom.xml | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/search-services/alfresco-search/pom.xml b/search-services/alfresco-search/pom.xml index 752f9768b..1bffd3a2b 100644 --- a/search-services/alfresco-search/pom.xml +++ b/search-services/alfresco-search/pom.xml @@ -183,6 +183,35 @@ + + alfresco-public + https://artifacts.alfresco.com/nexus/content/groups/public + + true + + + false + + + + alfresco-public-snapshots + https://artifacts.alfresco.com/nexus/content/groups/public-snapshots + + false + + + true + + + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + maven-restlet Public online Restlet repository