Skip to content

Commit 9da5be6

Browse files
committed
Fix SSL self-generated cert test
Add BouncyCastle dep in test profile
1 parent e26ce92 commit 9da5be6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project.clj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
[criterium "0.4.6"]
3232
[cheshire "5.10.0"]
3333
[org.slf4j/slf4j-simple "1.7.30"]
34-
[com.cognitect/transit-clj "1.0.324"]]}}
34+
[com.cognitect/transit-clj "1.0.324"]]}
35+
;; This is for self-generating certs for testing ONLY:
36+
:test {:dependencies [[org.bouncycastle/bcprov-jdk15on "1.69"]
37+
[org.bouncycastle/bcpkix-jdk15on "1.69"]]}}
3538
:codox {:src-dir-uri "https://github.com/ztellman/aleph/tree/master/"
3639
:src-linenum-anchor-prefix "L"
3740
:defaults {:doc/format :markdown}

0 commit comments

Comments
 (0)