forked from cljdoc/cljdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
77 lines (73 loc) · 3.94 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{:deps {org.clojure/clojure {:mvn/version "1.10.1"},
spootnik/unilog {:mvn/version "0.7.24"},
org.clojure/tools.logging {:mvn/version "0.5.0"},
io.pedestal/pedestal.jetty {:mvn/version "0.5.3"},
tea-time {:mvn/version "1.0.1"},
com.jcraft/jsch.agentproxy.jsch {:mvn/version "0.0.9"},
integrant/repl {:mvn/version "0.3.1"},
zprint {:mvn/version "0.4.16"},
io.pedestal/pedestal.service {:mvn/version "0.5.3"},
aero {:mvn/version "1.1.3"},
cheshire {:mvn/version "5.8.1"},
ragtime {:mvn/version "0.8.0"},
funcool/cuerdas {:mvn/version "2.2.0"},
org.asciidoctor/asciidoctorj {:mvn/version "2.1.0"},
co.deps/ring-etag-middleware {:mvn/version "0.2.0"}
com.vladsch.flexmark/flexmark {:mvn/version "0.50.20"}
com.vladsch.flexmark/flexmark-ext-autolink {:mvn/version "0.50.20"}
com.vladsch.flexmark/flexmark-ext-gfm-tables {:mvn/version "0.50.20"}
com.vladsch.flexmark/flexmark-ext-anchorlink {:mvn/version "0.50.20"}
com.vladsch.flexmark/flexmark-ext-wikilink {:mvn/version "0.50.20"}
org.clojure/java.jdbc {:mvn/version "0.7.9"},
hiccup {:mvn/version "2.0.0-alpha1"},
digest {:mvn/version "1.4.9"},
integrant {:mvn/version "0.7.0"},
org.martinklepsch/clj-http-lite {:mvn/version "0.4.1"}
org.eclipse.jgit {:mvn/version "4.10.0.201712302008-r"},
io.sentry/sentry-logback {:mvn/version "1.7.25"},
com.jcraft/jsch.agentproxy.connector-factory {:mvn/version "0.0.9"},
org.clojure/core.match {:mvn/version "0.3.0"},
org.jsoup/jsoup {:mvn/version "1.12.1"},
org.xerial/sqlite-jdbc {:mvn/version "3.28.0"},
com.layerware/hugsql {:mvn/version "0.4.9"}
com.taoensso/tufte {:mvn/version "2.0.1"}
com.taoensso/nippy {:mvn/version "2.14.0"}
org.slf4j/slf4j-api {:mvn/version "1.7.26"},
expound {:mvn/version "0.7.2"},
raven-clj {:mvn/version "1.6.0-alpha2"},
org.clojure/test.check {:mvn/version "0.9.0"},
me.raynes/fs {:mvn/version "1.4.6"},
sitemap {:mvn/version "0.4.0"},
lambdaisland/uri {:mvn/version "1.2.1"}
org.clojure/core.cache {:mvn/version "0.7.2"}
org.clojure/core.memoize {:mvn/version "0.7.2"}
org.apache.lucene/lucene-core {:mvn/version "8.1.1"}
org.apache.lucene/lucene-analyzers-common {:mvn/version "8.1.1"}
org.apache.lucene/lucene-queryparser {:mvn/version "8.1.1"}
;; These deps are dependencies of shared-utils and are
;; duplicated in the global modules/shared-utils/deps.edn,
;; updates should be done in both places
version-clj {:mvn/version "0.1.2"}}
;; We don't use :local/root dependencies because the interdependencies
;; between main, shared-utils and analysis runner don't work well with
;; Cursive: https://github.com/cljdoc/cljdoc/issues/134
:paths ["src" "resources" "resources-compiled"
"modules/shared-utils/src"
"modules/shared-utils/resources"]
:aliases {:test
{:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "0.0-529"}}
:main-opts ["-m" "kaocha.runner"]}
:clj-kondo
{:extra-deps {clj-kondo {:mvn/version "2019.07.31-alpha"}}
:main-opts ["-m" "clj-kondo.main"]}
:cli
{:extra-paths ["modules/cli/src"]
:extra-deps {cli-matic {:mvn/version "0.3.8"}}
:main-opts ["-m" "cljdoc.cli"]}
:jar-deploy
{:extra-deps {com.workframe/garamond {:git/url "https://github.com/martinklepsch/garamond.git"
:sha "a7e3a346b9c51d0fb0e73ca4ea47a150004ca6d1"}
pack/pack.alpha {:git/url "https://github.com/juxt/pack.alpha.git"
:sha "f24279ca21dba3ba74a6f501cff0dbf630ce4355"}
deps-deploy {:mvn/version "0.0.9"}}}}}