From 1a345de36a22cf772f19bd9ed17f6d89ff74978f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 2 Jan 2024 16:56:43 +0300 Subject: [PATCH] pom.xml: fix missing Handle jar It seems Handle jars are not published on Maven Central so we get this error while packaging: [ERROR] Failed to execute goal on project cgspace-java-helpers: Could not resolve dependencies for project io.github.ilri.cgspace:cgspace-java-helpers:jar:7.6-SNAPSHOT: net.handle:handle:jar:9.3.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] This is probably related to DSpace 7.x using a vanilla Handle jar instead of the customized one. --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 96527bb..083d99a 100644 --- a/pom.xml +++ b/pom.xml @@ -108,4 +108,17 @@ + + + + + maven-central + https://repo.maven.apache.org/maven2 + + + + handle.net + https://handle.net/maven + +