fix(OCR识别): bcprov-jdk14 jar包的签名非法问题修复

This commit is contained in:
yjz
2024-06-06 17:32:26 +08:00
parent 23d32d40bd
commit 83e3e30182
+1 -2
View File
@@ -175,9 +175,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.64</version>
<scope>compile</scope>
</dependency>
</dependencies>