I was developing an extension for Druid 26.0.0 and wanted to include a druid-core dependency in version 26.0.0. However, the Maven build complained that there is no such jar version. I looked at the Maven Repository online and there is no Druid Core 26.0.0: https://mvnrepository.com/artifact/org.apache.druid/druid-core, however, there are other artifacts for Druid 26.0.0, like druid-processing: https://mvnrepository.com/artifact/org.apache.druid/druid-processing/26.0.0.
Perhaps there was an error when uploading the artifacts to the central with CI/CD pipeline? Can you upload the jar manually to Maven Central?
I was developing an extension for Druid 26.0.0 and wanted to include a druid-core dependency in version 26.0.0. However, the Maven build complained that there is no such jar version. I looked at the Maven Repository online and there is no Druid Core 26.0.0: https://mvnrepository.com/artifact/org.apache.druid/druid-core, however, there are other artifacts for Druid 26.0.0, like druid-processing: https://mvnrepository.com/artifact/org.apache.druid/druid-processing/26.0.0.
Perhaps there was an error when uploading the artifacts to the central with CI/CD pipeline? Can you upload the jar manually to Maven Central?