From 2d1ab044fe5844b9b84a587836e4316c1db7bff0 Mon Sep 17 00:00:00 2001 From: Vincent Man Date: Tue, 15 Nov 2022 10:45:09 +0800 Subject: [PATCH] =?UTF-8?q?fixed=2030030aa=20from=20https://gitee.com/ubml?= =?UTF-8?q?/caf-boot/pulls/18=20=E7=AC=AC=E4=B8=89=E6=96=B9=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- caf-boot-deprecated/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/caf-boot-deprecated/pom.xml b/caf-boot-deprecated/pom.xml index b03abc26..8928a146 100644 --- a/caf-boot-deprecated/pom.xml +++ b/caf-boot-deprecated/pom.xml @@ -63,6 +63,14 @@ simpleclient_common ${prometheus-simpleclient.version} + + com.jayway.jsonpath + json-path + + + net.minidev + json-smart + -- Gitee