This message was deleted.
# community-support
s
This message was deleted.
v
You should at least provide the error you get and if possible maybe even an MCVE
m
Please find, Getting this Exception , Could not resolve all artifacts for configuration 'incomingCatalogForLibs0'.
Could 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
v
You have a dependency on
software.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 found
m
Thanks for response. I am used
mavenLocal()
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 ?
v
I don't know, I don't know your project. I just interpreted your error message. And that says, that you have only
mavenLocal()
as repository for resolving dependencies and there your dependency is not present.