-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
32 lines (26 loc) · 1.71 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
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}}
:mvn/repos {"enonic" {:url "https://repo.enonic.com/public/"}}
:paths ["src" "resources"]
:aliases {:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "b3fd0d2"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.7.5" :git/sha "34727f7"}}
:ns-default build}
:docs {:extra-deps {wactbprot/marginalia {:local/root "../marginalia"}}
:main-opts ["-m" "marginalia.core" "-A" "dev"]
:exec-fn marginalia.core/-main}
:dev {:extra-paths ["src"]
:extra-deps {org.clojars.wactbprot/vl-data-insert {:mvn/version "0.2.1"}
http-kit/http-kit {:mvn/version "2.6.0"}
compojure/compojure {:mvn/version "1.7.0"}
djblue/portal {:mvn/version "0.18.0"}
ring/ring-defaults {:mvn/version "0.3.2"}
ring/ring-core {:mvn/version "1.7.1"}
ring/ring-devel {:mvn/version "1.7.1"}
ring/ring-json {:mvn/version "0.5.0"}
integrant/integrant {:mvn/version "0.8.0"}
com.brunobonacci/mulog {:mvn/version "0.9.0"}
com.brunobonacci/mulog-elasticsearch {:mvn/version "0.9.0"}
de.ptb.gitlab1/libcdb {:local/root "../libcdb"}}}}}