Hello, I'm trying to add https://mvnrepository.com/artifact/com.kohlschutter.junixsocket/junixsocket-core/2.7.2 as a dep as {:deps {com.kohlschutter.junixsocket/junixsocket-core {:mvn/version "2.7.2"}}} and it can't seem to find it:
Error building classpath. Could not find artifact com.kohlschutter.junixsocket:junixsocket-core:jar:2.7.2 in central ( )
this is a pom only lib and works in leiningen with [com.kohlschutter.junixsocket/junixsocket-core "2.7.2" :extension "pom"]. do i need to do something different for tools.deps?Pom-only libs are not currently supported, but you can include itโs deps instead
yeah thats what i ended up doing. thanks for the conformation!
You can vote on this at https://ask.clojure.org/index.php/10892/add-support-for-bom-bill-of-materials-dependencies