I have a local Artifactory repository that I loaded with some artifacts in the groups in the title. When a build tried to resolve against them as direct dependencies, it failed to find them from a “gradle dependencies”, though it succeeded with all other dependencies in the same repo. When I redeploy into group “foo” and resolve to there, everything works. Deleting and redeploying into the problem groups doesn’t help.
It would be great if you can point me to the documentation that explains this. In particular, I want to know what else is on the list of zombie groups. My theory that there are “forbidden” groups is obviously just that - a theory - though a well-based one. I’m not even sure whether the issue is with Gradle or Artifactory. If you have ideas on how to troubleshoot, beyond what I’ve done, I’m all ears.
The following groups work fine (among others):
log4j
org.slf4j
commons-lang
org.apache.velocity
javax.jws
(Cross-posting from StackOverflow; no answers there.)