You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2022/11/08 06:31:00 UTC

[jira] [Created] (CALCITE-5371) Library grgit 4.0.1 has disappeared from Maven Central

Julian Hyde created CALCITE-5371:
------------------------------------

             Summary: Library grgit 4.0.1 has disappeared from Maven Central
                 Key: CALCITE-5371
                 URL: https://issues.apache.org/jira/browse/CALCITE-5371
             Project: Calcite
          Issue Type: Bug
          Components: avatica
            Reporter: Julian Hyde


Avatica depends upon {{org.ajoberstar.grgit:grgit-core:4.0.1}} and {{org.ajoberstar.grgit:grgit-gradle:4.0.1}} (via {{com.github.vlsi.gradle:stage-vote-release-plugin:1.78}}) but {{grgit-gradle}} 4.0.1 and {{grgit-core 4.0.1}} are no longer in Maven Central. Builds in GitHub fail with the following error:
{noformat}
FAILURE: Build failed with an exception.
22
23* What went wrong:
24A problem occurred configuring root project 'calcite-avatica'.
25> Could not resolve all files for configuration ':classpath'.
26   > Could not find org.ajoberstar.grgit:grgit-core:4.0.1.
27     Searched in the following locations:
28       - https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.pom
29     If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
30     Required by:
31         project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.82 > com.github.vlsi.gradle:stage-vote-release-plugin:1.82
32         project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.82 > com.github.vlsi.gradle:stage-vote-release-plugin:1.82 > org.ajoberstar.grgit:grgit-gradle:4.0.1 {noformat}

Presumably builds succeed locally because 4.0.1 is still in my local cache.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)