Slackbot
12/08/2022, 9:12 AMVampire
12/08/2022, 1:11 PMmani
12/08/2022, 2:31 PMCould not resolve com.testtest catalog0.7.0-SNAPSHOT.Required by: unspecifiedunspecifiedunspecified > Could not resolve com.testtest catalog0.7.0-SNAPSHOT. > Could not parse POM /Users/sanman/.m2/repository/com/test/test-catalog/0.7.0-SNAPSHOT/test-catalog-0.7.0-SNAPSHOT.pom > Could not find software.amazon.awssdk 2.17.276. Searched in the following locations: - file:/Users/sanman/.m2/repository/software/amazon/awssdk/bom/2.17.276/bom-2.17.276.pom 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
Vampire
12/08/2022, 3:07 PMsoftware.amazon.awssdk:bom:2.17.276
and have only the repository mavenLocal()
declared (which should optimally never be used actually) and there it is not foundmani
12/09/2022, 5:23 AMmavenLocal()
for testing form my local. so you mean combination of publishTomavenLocal(for version catalog) and rio-library is not working for local testing. when we deploy to remote repository if we uncomment rio-library(guava and gson) plugin it is working right ?Vampire
12/09/2022, 8:08 AMmavenLocal()
as repository for resolving dependencies and there your dependency is not present.