Not possible to retrieve Maven libraries with just a pom and no jar
Description
When trying to retrieve libraries such as https://mvnrepository.com/artifact/ml.dmlc/xgboost-jvm the build fails. While this isn't an issue for those working with leiningen ([ml.dmlc/xgboost4j "0.80" :extension "pom"] in project.clj works as expected) if a library is built with one of these dependencies those using tools.deps won't be able to get it at all.
Environment
Any OS and hardware
Activity
Show:
Martin Klepsch October 15, 2018 at 4:54 PM
I really thought I did reproduce it with `clj` alone but as it looks I must not have done so.
Martin Klepsch October 15, 2018 at 4:52 PM
Sorry for the noise about this. You're right, tools deps handles this correctly and the issue was in user (my) code
Alex Miller October 12, 2018 at 10:26 PM
The only problem description here is that deps users can't get this lib, but it seems fine. I'm closing this as not reproducible, but if I'm missing something, please reopen.
Alex Miller October 12, 2018 at 10:24 PM
Getting clj-boost seems to work fine too.
Alex Miller October 12, 2018 at 10:19 PM
Looks like this works fine. I don't understand what doesn't work here?
When trying to retrieve libraries such as https://mvnrepository.com/artifact/ml.dmlc/xgboost-jvm the build fails. While this isn't an issue for those working with leiningen ([ml.dmlc/xgboost4j "0.80" :extension "pom"] in project.clj works as expected) if a library is built with one of these dependencies those using tools.deps won't be able to get it at all.