From fbd30d1a966d205613839f7690c663e96b9a6f4b Mon Sep 17 00:00:00 2001 From: slhafzjw Date: Sun, 1 Feb 2026 14:56:47 +0800 Subject: [PATCH] build(maven): import Mockito related dependencies --- Partner-Main/pom.xml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/Partner-Main/pom.xml b/Partner-Main/pom.xml index f9e3db57..2cee853b 100644 --- a/Partner-Main/pom.xml +++ b/Partner-Main/pom.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 work.slhaf @@ -54,13 +54,22 @@ work.slhaf Partner-Common 0.5.0 - test + compile - work.slhaf - Partner-Common - 0.5.0 - compile + org.mockito + mockito-core + 5.20.0 + + + org.mockito + mockito-junit-jupiter + 5.20.0 + + + org.mockito + mockito-inline + 5.2.0 @@ -84,7 +93,7 @@ + implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> work.slhaf.partner.Main