tools-deps 2023-09-29

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) 2023-09-29T13:11:09.518079Z

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!