[ https://issues.apache.org/jira/browse/GORA-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341092#comment-17341092 ]
Lewis John McGibbney commented on GORA-679: ------------------------------------------- Hi [~djkevincr] I can't replicate this yet because I can't get Gora to build on JDK11 (I am working on that cf. GORA-678) I'll report back here once I get the PR ready for that ticket. In the meantime, do you know why the Github CI actions are failing? > Restlet JARs and third party dependencies aren’t available in the main public > Maven repository > ---------------------------------------------------------------------------------------------- > > Key: GORA-679 > URL: https://issues.apache.org/jira/browse/GORA-679 > Project: Apache Gora > Issue Type: Improvement > Components: build process > Affects Versions: 0.9 > Reporter: Lewis John McGibbney > Priority: Blocker > Fix For: 1.0 > > > The CI process complains about the following issue which ultimately fails the > builds > {code:bash} > 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] > {code} > I took at look at the [Restlet > website|https://restlet.talend.com/downloads/current/] and discovered the > following > {quote}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.{quote} > So it looks like we need to update the Maven configuration to accommodate the > change... -- This message was sent by Atlassian Jira (v8.3.4#803005)