Skip to content
4 changes: 4 additions & 0 deletions clojure-deps/src/main/resources/default-deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
;;

[aleph "0.4.4-alpha1"]
[manifold "0.1.6"]

[binaryage/devtools "0.9.4"]
[buddy/buddy-core "1.1.1"]
Expand Down Expand Up @@ -127,10 +128,12 @@
[org.elasticsearch/elasticsearch "5.2.1"]
[org.elasticsearch.client/transport "5.2.1"]
[org.hsqldb/hsqldb "2.3.4"]
[zookeeper-clj "0.9.4"]
[org.json/json "20160810"]
[org.slf4j/slf4j-api "1.7.22"]
[org.slf4j/slf4j-jdk14 "1.7.22"]
[org.slf4j/slf4j-log4j12 "1.7.22"]
[org.apache.curator/curator-test "2.8.0"]

[potemkin "0.4.3"]

Expand Down Expand Up @@ -176,5 +179,6 @@
:exclusions [org.clojure/clojure]]
[peridot "0.4.4" :scope "test"]
[expectations "2.1.9" :scope "test"]
[clj-http-fake/clj-http-fake "1.0.3" :scope "test"]
]