We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26ce92 commit 9da5be6Copy full SHA for 9da5be6
project.clj
@@ -31,7 +31,10 @@
31
[criterium "0.4.6"]
32
[cheshire "5.10.0"]
33
[org.slf4j/slf4j-simple "1.7.30"]
34
- [com.cognitect/transit-clj "1.0.324"]]}}
+ [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"]]}}
38
:codox {:src-dir-uri "https://github.com/ztellman/aleph/tree/master/"
39
:src-linenum-anchor-prefix "L"
40
:defaults {:doc/format :markdown}
0 commit comments