-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
13 lines (13 loc) · 884 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
{:mvn/repos {"opensaml" {:url "https://build.shibboleth.net/nexus/content/repositories/releases/"}}
:deps {metabase/saml20-clj {:mvn/version "2.1.0"}
io.pedestal/pedestal.service {:mvn/version "0.5.11-SNAPSHOT"}
io.pedestal/pedestal.route {:mvn/version "0.5.11-SNAPSHOT"}
io.pedestal/pedestal.jetty {:mvn/version "0.5.11-SNAPSHOT"}
org.clojure/data.json {:mvn/version "2.4.0"}
luminus/ring-ttl-session {:mvn/version "0.3.3"}
hiccup/hiccup {:mvn/version "1.0.5"}
tick/tick {:mvn/version "0.5.0"}}
:aliases {:build {:extra-paths ["dev/src/"]
:extra-deps {io.github.seancorfield/build-clj
{:git/tag "v0.9.2" :git/sha "9c9f078"}}
:ns-default build}}}