fix(接口测试): 修复自定义jar无法被引用问题

--bug=1014214 --user=赵勇 【接口测试】github#14982,自定义jar无法被引用,导致case执行无返回 https://www.tapd.cn/55049933/s/1185025
This commit is contained in:
fit2-zhao 2022-06-17 14:48:34 +08:00 committed by f2c-ci-robot[bot]
parent edc3252658
commit dcf0c9382b
1 changed files with 7 additions and 0 deletions

View File

@ -354,6 +354,13 @@
<artifactId>json-schema-validator</artifactId>
<version>2.2.14</version>
</dependency>
<!--解决升级JDK11后动态加载JAR 需要JVM的JCA签名信任才能作为加密提供者-->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
</dependency>
</dependencies>
<build>