From 1c3bd26af4f2c83eb043960ce4245d4673fd0740 Mon Sep 17 00:00:00 2001 From: longbao <1923439579@qq.com> Date: Mon, 4 Nov 2024 11:45:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- virtual-patient-graph/pom.xml | 7 +++++++ virtual-patient-manage/pom.xml | 7 +++++++ virtual-patient-web/pom.xml | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/virtual-patient-graph/pom.xml b/virtual-patient-graph/pom.xml index 76d11d10..64f4d6f5 100644 --- a/virtual-patient-graph/pom.xml +++ b/virtual-patient-graph/pom.xml @@ -148,6 +148,13 @@ true + + org.apache.maven.plugins + maven-surefire-plugin + + true + + diff --git a/virtual-patient-manage/pom.xml b/virtual-patient-manage/pom.xml index 3ba34ae7..90bebfcb 100644 --- a/virtual-patient-manage/pom.xml +++ b/virtual-patient-manage/pom.xml @@ -138,6 +138,13 @@ true + + org.apache.maven.plugins + maven-surefire-plugin + + true + + diff --git a/virtual-patient-web/pom.xml b/virtual-patient-web/pom.xml index 57d7d249..2765b18d 100644 --- a/virtual-patient-web/pom.xml +++ b/virtual-patient-web/pom.xml @@ -142,6 +142,13 @@ true + + org.apache.maven.plugins + maven-surefire-plugin + + true + +