forked from FundingCircle/jackdaw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
27 lines (27 loc) · 1.61 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{:deps
{aleph/aleph {:mvn/version "0.4.6"}
danlentz/clj-uuid {:mvn/version "0.1.9" :exclusions [primitive-math/primitive-math]}
io.confluent/kafka-schema-registry-client {:mvn/version "6.2.6" :exclusions [com.fasterxml.jackson.core/jackson-databind]}
io.confluent/kafka-avro-serializer {:mvn/version "6.2.6"}
io.confluent/kafka-json-schema-serializer {:mvn/version "6.2.6" :exclusions [com.github.everit-org.json-schema/org.everit.json.schema]}
org.apache.kafka/kafka-clients {:mvn/version "2.8.0"}
org.apache.kafka/kafka-streams {:mvn/version "2.8.0"}
org.apache.kafka/kafka-streams-test-utils {:mvn/version "2.8.0"}
org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/data.json {:mvn/version "0.2.6"}
org.clojure/data.fressian {:mvn/version "0.2.1"}
org.clojure/tools.logging {:mvn/version "0.4.1"}
org.clojure/core.cache {:mvn/version "0.7.2"}
metosin/jsonista {:mvn/version "0.3.3"}
io.netty/netty-transport {:mvn/version "4.1.68.Final"}
io.netty/netty-transport-native-epoll {:mvn/version "4.1.68.Final"}
io.netty/netty-codec {:mvn/version "4.1.68.Final"}
io.netty/netty-codec-http {:mvn/version "4.1.68.Final"}
io.netty/netty-handler {:mvn/version "4.1.68.Final"}
io.netty/netty-handler-proxy {:mvn/version "4.1.68.Final"}
io.netty/netty-resolver {:mvn/version "4.1.68.Final"}
io.netty/netty-resolver-dns {:mvn/version "4.1.68.Final"}
org.apache.commons/commons-compress {:mvn/version "1.21"}
;; avoids needing to use mulesoft/jitpack to grab this dep
com.github.erosb/everit-json-schema {:mvn/version "1.14.1"}}
:mvn/repos {"confluent" {:url "https://packages.confluent.io/maven/"}}}