We are getting an error during a build because a jar file is not found in our artifactory repo but we dont directly add it as a dependency. How do I find out which of our direct dependencies is including that as a dependency?
I tried doing a --write-locks build so that I could find the culprit but it cant get past the error to write the dependencies.lock file