This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
deps.edn
52 lines (48 loc) · 2.72 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
;;
;;
;;
aero/aero {:mvn/version "1.1.6"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.2"}
ch.qos.logback/logback-classic {:mvn/version "1.2.10"}
cheshire/cheshire {:mvn/version "5.10.1"}
clj-commons/iapetos {:mvn/version "0.1.12"}
clj-http/clj-http {:mvn/version "3.12.3"}
com.github.seancorfield/honeysql {:mvn/version "2.2.840"}
com.github.seancorfield/next.jdbc {:mvn/version "1.2.761"}
com.taoensso/tempura {:mvn/version "1.2.1"}
com.zaxxer/HikariCP {:mvn/version "5.0.0"}
io.prometheus/simpleclient {:mvn/version "0.14.1"}
io.prometheus/simpleclient_hotspot {:mvn/version "0.14.1"}
juxt/clip {:mvn/version "0.27.0"}
metosin/muuntaja {:mvn/version "0.6.8"}
metosin/reitit {:mvn/version "0.5.15" :exclusions [metosin/reitit-sieppari metosin/reitit-dev]}
org.clojure/tools.cli {:mvn/version "1.0.206"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
org.flywaydb/flyway-core {:mvn/version "8.4.0"}
org.glassfish.external/opendmk_jmxremote_optional_jar {:mvn/version "1.0-b01-ea"}
org.postgresql/postgresql {:mvn/version "42.3.1"}
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.32"}
org.slf4j/jul-to-slf4j {:mvn/version "1.7.32"}
org.slf4j/log4j-over-slf4j {:mvn/version "1.7.32"}
org.slf4j/slf4j-api {:mvn/version "1.7.32"}
ring-cors/ring-cors {:mvn/version "0.1.13"}
ring/ring-jetty-adapter {:mvn/version "1.9.4"}}
:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.6.6"
:git/sha "171d5f1"}}
:ns-default scripts.build}
:test {:extra-paths ["test"]
:extra-deps {cheshire/cheshire {:mvn/version "5.10.1"}
expectations/clojure-test {:mvn/version "1.2.1"}
lambdaisland/kaocha {:mvn/version "1.60.977"}
lambdaisland/kaocha-cloverage {:mvn/version "1.0.75"}
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}
org.clojure/test.check {:mvn/version "1.1.1"}}}
:antq {:replace-deps {org.slf4j/slf4j-nop {:mvn/version "1.7.32"}
com.github.liquidz/antq {:mvn/version "1.3.1"}}
:main-opts ["-m" "antq.core"
"--skip" "pom"
"--upgrade"
"--force"]}}}