This message was deleted.
# dependency-management
s
This message was deleted.
🧵 2
m
Please use a thread, not individual messages, makes it easier to follow and reference later.
The error you get basically says your repository missed metadata files, so resolution cannot happen.
so you should check if the libraries were correctly published and if not, fix them.
c
Is it developer who will publish the libraries ?
m
I suggest you read the docs at https://docs.gradle.org/current/userguide/dependency_management.html to get an understanding of dependency management.
you have a dependency on an internal library, and it looks like this library is not published correctly on your company repo.
c
ok...thank u melix for your response..i am following up with the concerned owners of these repositories...currently i am using cyclondxbom plugin
Hi Melix...I have one doubt
I tried other option using syft & grype where its not throwing these errors
but here also its scanning same repositories thats mentioned in build.gradle file
any idea why its not throwing these errors when using syft & grype but throwing errors when using cyclonedxbom
v
Probably the falling tool depends on proper Maven metadata files and the other is not.
c
Thank You for your response
I am using cyclonedxbom plugin where its throwing below error -
Unable to resolve POM for com.XXXXX.lwaclwac6.7.0-rc5: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':detachedConfiguration77'.