jackdaw

https://github.com/FundingCircle/jackdaw
jlmr 2020-08-02T14:35:47.117400Z

Hi, I was hoping to experiment a bit, but adding jackdaw to my deps.edn file and running clj gave the following error: Error building classpath. Could not find artifact io.confluent:kafka-schema-registry-client:jar:5.3.1 in central (<https://repo1.maven.org/maven2/>)

jlmr 2020-08-02T14:35:53.117600Z

is this expected?

jlmr 2020-08-02T14:39:48.118Z

Nevermind, fixed it by adding :mvn/repos {"confluent" {:url "<https://packages.confluent.io/maven/>"}} to deps.edn