Details
-
Improvement
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.9
-
None
Description
The CI process complains about the following issue which ultimately fails the builds
Error: Failed to execute goal on project gora-solr: Could not resolve dependencies for project org.apache.gora:gora-solr:bundle:1.0-SNAPSHOT: Failed to collect dependencies at org.apache.solr:solr-core:jar:8.0.0 -> org.restlet.jee:org.restlet:jar:2.3.1: Failed to read artifact descriptor for org.restlet.jee:org.restlet:jar:2.3.1: Could not transfer artifact org.restlet.jee:org.restlet:pom:2.3.1 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [maven-restlet (http://maven.restlet.org, default, releases+snapshots), apache.snapshots (http://repository.apache.org/snapshots, default, disabled)] -> [Help 1]
I took at look at the Restlet website and discovered the following
The Maven repository for Restlet is accessible from https://maven.restlet.talend.com and contains all Restlet JARs and third party dependencies that aren’t available in the main public Maven repository. It is automatically refreshed once a day if the build succeeds.
So it looks like we need to update the Maven configuration to accommodate the change...
Attachments
Issue Links
- links to