Closed dlaflamme closed 5 years ago
see #220 -- I think this may be a version of the same issue: maven pom dependencies are not well supported. I'm sorry.
I would welcome a PR here, but I have not had time to investigate much myself.
This does not seem to come up too much since Stripe hasn't hit it yet, but I guess it is a landmine waiting for us when we do.
I imagine it is not too much work to support since coursier CLI seems to work with pom dependencies, but I have not looked at the code they have to handle this.
Hey, I ran into this issue and solved it with the patch in the PR I just opened. Thanks for building this awesome dependency manager!
I have a scala project that depends on matrix-toolkits-java 1.0.4. My project is building fine in SBT.
I specified mtj in my dependencies.yaml like this:
I ran generate which completed successfully. However, when I then build the project with bazel, I get an error:
Note the "unable to open zip file" error above.
The first 25 lines of the generated BUILD filed for netlib are:
I found that if I removed the following line, the build would work:
Why is this? Is this a bug in bazel-deps or in netlib's maven setup? Or something else?
Is removing that line correct or should I modify it somehow?
mtj 1.0.4 is here: https://mvnrepository.com/artifact/com.googlecode.matrix-toolkits-java/mtj/1.0.4