eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
131 stars 82 forks source link

Build Failing on TCK due to missing Rest Client version (2.0) on Maven Central #458

Closed brunocrt closed 3 years ago

brunocrt commented 3 years ago

The github actions build is faliing due to missing Rest Client version (2.0) on Maven Central

Error: Failed to execute goal on project microprofile-openapi-tck: Could not resolve dependencies for project org.eclipse.microprofile.openapi:microprofile-openapi-tck:jar:2.0-SNAPSHOT: Could not find artifact org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:2.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1] Error: Error: To see the full stack trace of the errors, re-run Maven with the -e switch. Error: Re-run Maven using the -X switch to enable full debug logging. Error: Error: For more information about the errors and possible solutions, please read the following articles: Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException Error: Error: After correcting the problems, you can resume the build with the command Error: mvn -rf :microprofile-openapi-tck Error: Process completed with exit code 1.