More jaxax.crypto stuff (#1495)

This commit is contained in:
Michiel Borkent 2023-02-15 11:01:37 +01:00 committed by GitHub
parent 734ca577f6
commit c5c8086dfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -51,7 +51,7 @@
insn/insn {:mvn/version "0.5.2"}
org.clojure/core.rrb-vector {:mvn/version "0.1.2"}
org.babashka/cli {:mvn/version "0.6.45"}
org.babashka/http-client {:mvn/version "0.0.3"}}
org.babashka/http-client {:mvn/version "0.1.4"}}
:aliases {:babashka/dev
{:main-opts ["-m" "babashka.main"]}
:profile

View file

@ -195,7 +195,11 @@
java.net.http.WebSocket$Builder
java.net.http.WebSocket$Listener
java.security.cert.X509Certificate
javax.crypto.Cipher
javax.crypto.Mac
javax.crypto.SecretKeyFactory
javax.crypto.spec.GCMParameterSpec
javax.crypto.spec.PBEKeySpec
javax.crypto.spec.SecretKeySpec
javax.net.ssl.HostnameVerifier ;; clj-http-lite
javax.net.ssl.HttpsURLConnection ;; clj-http-lite