forked from grzm/awyeah-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
33 lines (33 loc) · 1.49 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
{:paths ["src" "resources"]
:aliases
{:clj
{:extra-deps
{cheshire/cheshire {:mvn/version "5.10.2"}
http-kit/http-kit {:mvn/version "2.6.0"}
org.clojure/core.async {:mvn/version "1.5.648"}
org.clojure/data.xml {:mvn/version "0.2.0-alpha8"}
org.clojure/tools.logging {:mvn/version "1.2.4"}}
:jvm-opts ["-Djdk.httpclient.allowRestrictedHeaders=host"]}
:dev
{:extra-paths ["dev"]
:extra-deps
{com.cognitect.aws/ec2
{:mvn/version "822.2.1122.0", :aws/serviceFullName "Amazon Elastic Compute Cloud"},
com.cognitect.aws/endpoints {:mvn/version "1.1.12.192"}
com.cognitect.aws/lambda {:mvn/version "822.2.1122.0", :aws/serviceFullName "AWS Lambda"},
com.cognitect.aws/s3
{:mvn/version "822.2.1109.0", :aws/serviceFullName "Amazon Simple Storage Service"}
com.cognitect.aws/ssm
{:mvn/version "822.2.1122.0", :aws/serviceFullName "Amazon Simple Systems Manager (SSM)"}
com.cognitect.aws/sts
{:mvn/version "822.2.1109.0", :aws/serviceFullName "AWS Security Token Service"}}}
:test
{:extra-paths ["test/resources" "test/src"]
:extra-deps {commons-io/commons-io {:mvn/version "2.11.0"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.0" :git/sha "b3fd0d2"}
org.clojure/test.check {:mvn/version "1.1.1"}}
:exec-fn cognitect.test-runner.api/test}
:lint-ns
{:replace-deps {com.github.clojure-lsp/clojure-lsp {:mvn/version "2022.04.18-00.59.32"}}
:exec-fn clojure-lsp.api/clean-ns!
:exec-args {:dry? true}}}}