cheister

Results 33 comments of cheister

I'm seeing the same thing with `org.hibernate:hibernate-validator:6.0.18.Final` which is relocated to `org.hibernate.validator:hibernate-validator:6.0.18.Final`. It looks like the problem is `coursier fetch` doesn't return any information about the dependency rename e.g. ```...

I got this error when I only had `io.mockk:mockk` as a dependency. Adding an additional dependency on `io.mockk:mockk-jvm` worked for me.

I think using Bazel's JDK from https://github.com/bazel-contrib/rules_jvm_external/pull/1323 would fix this right?