From fed072c498dc12e8a42bf5f870613ab6a4b33129 Mon Sep 17 00:00:00 2001 From: xueqingkun Date: Thu, 30 May 2024 17:47:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=8E=BB=E4=BE=9D=E8=B5=96=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- virtual-patient-web/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/virtual-patient-web/pom.xml b/virtual-patient-web/pom.xml index ec5797b6..861a28ea 100644 --- a/virtual-patient-web/pom.xml +++ b/virtual-patient-web/pom.xml @@ -66,6 +66,12 @@ com.supervision virtual-patient-common ${project.version} + + + classgraph + io.github.classgraph + + @@ -142,6 +148,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + true + +