fix(接口测试): 修复自定义jar无法被引用问题
--bug=1014214 --user=赵勇 【接口测试】github#14982,自定义jar无法被引用,导致case执行无返回 https://www.tapd.cn/55049933/s/1185025
This commit is contained in:
parent
edc3252658
commit
dcf0c9382b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue