thomasbao12
thomasbao12
I am seeing this issue as well. Here is a simple repro based off of a rules_kotlin example. https://github.com/bazelbuild/rules_kotlin/pull/600/files The snippet is from a project we are migrating from gradle...
We would like to be able to use this functionality. Do we have an idea of when this will be available in rules_scala mainline?
Btw, in the maven_install file for hadoop mini cluster I see: ``` "coord": "org.apache.hadoop:hadoop-yarn-server-tests:test-jar:tests:2.2.0", ```
I think I'm having a similar issue. orc-core 1.9.1 has a dependency on hadoop-client-api, but only under the java 17 profile. See https://repo1.maven.org/maven2/org/apache/orc/orc-core/1.9.1/orc-core-1.9.1.pom However, for this maven_install target, I see...