forked from pedestal/pedestal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
36 lines (32 loc) · 1.35 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
; Copyright 2024 Nubank NA
; Copyright 2022 Cognitect, Inc.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0)
; which can be found in the file epl-v10.html at the root of this distribution.
;
; By using this software in any fashion, you are agreeing to be bound by
; the terms of this license.
;
; You must not remove this notice, or any other, from this software.
{:aliases
{:build
{:ns-default build
:paths ["build" "tests/resources"]
:deps {io.github.hlship/build-tools {:git/tag "0.10.2" :git/sha "3c446e4"}
io.github.hlship/trace {:mvn/version "1.4"}
io.aviso/logging {:mvn/version "1.0"}
borkdude/rewrite-edn {:mvn/version "0.4.8"}
clj-kondo/clj-kondo {:mvn/version "2024.09.27"}
org.clj-commons/pretty {:mvn/version "3.2.0"}
babashka/fs {:mvn/version "0.5.22"}}}
;; Invoked via clj -T:build cve-check
:nvd
{:deps {nvd-clojure/nvd-clojure {:mvn/version "4.0.0"}
;; See https://github.com/jeremylong/DependencyCheck/issues/6817
org.owasp/dependency-check-maven {:mvn/version "10.0.4"}}
:paths ["cve-check-resources"]
:jvm-opts ["-Dclojure.main.report=stderr"]
:exec-fn nvd.task/check}
:codox
{:deps {codox/codox {:mvn/version "0.10.8"}}
:paths ["codox-resources"]}}}