From 34976dc4d1a3df8026b1e7ee4a15627aecdf027f Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Fri, 17 Jun 2022 14:48:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=AE=9A=E4=B9=89jar=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=A2=AB=E5=BC=95=E7=94=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1014214 --user=赵勇 【接口测试】github#14982,自定义jar无法被引用,导致case执行无返回 https://www.tapd.cn/55049933/s/1185025 --- backend/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/backend/pom.xml b/backend/pom.xml index 6204b75069..02351a4c1b 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -367,6 +367,13 @@ json-schema-validator 2.2.14 + + + + org.bouncycastle + bcprov-jdk15on + 1.70 +