fix(ssl): SelfSignedCertificate work well with JDK15

This commit is contained in:
von gosling
2021-03-31 18:27:23 +08:00
committed by GitHub
parent f7cd7b3287
commit 312e951fa0

View File

@@ -177,6 +177,11 @@
<artifactId>joor</artifactId>
<version>0.9.6</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.68</version>
</dependency>
</dependencies>
<build>