Fork me on GitHub
#tools-deps
<
2023-09-29
>
lispyclouds13:09:24

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?

Alex Miller (Clojure team)13:09:09

Pom-only libs are not currently supported, but you can include it’s deps instead

lispyclouds13:09:37

yeah thats what i ended up doing. thanks for the conformation!