Skip to content

Commit

Permalink
Use newer dependency-check-core to fix NVD check
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-antti-mottonen committed Aug 12, 2024
1 parent f798a8c commit 6acf565
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nvd/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
(defproject nvd-helper "local"
:description "nvd-clojure helper project"
:dependencies [[nvd-clojure "4.0.0"]
:dependencies [[nvd-clojure "4.0.0"
;; Replaced by a newer version until NVD-Clojure is updated
:exclusions [org.owasp/dependency-check-core]]
[org.owasp/dependency-check-core "10.0.3"]
;; Dependency-check-core brings in older version which doesn't work
[org.slf4j/slf4j-api "2.0.10"]
[org.clojure/clojure "1.11.3"]]
:jvm-opts ["-Dclojure.main.report=stderr"])

0 comments on commit 6acf565

Please sign in to comment.