From 40596bf475d33ce22c3526e00c8eb9fa9e567a0e Mon Sep 17 00:00:00 2001 From: shikeying <shikeying@163.com> Date: 星期一, 08 四月 2024 13:54:57 +0800 Subject: [PATCH] mybatis --- deploy-jar-template/pom.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/deploy-jar-template/pom.xml b/deploy-jar-template/pom.xml index 1a2533b..75ada2a 100644 --- a/deploy-jar-template/pom.xml +++ b/deploy-jar-template/pom.xml @@ -17,6 +17,13 @@ </properties> <dependencies> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>com.iplatform</groupId> <artifactId>iplatform-base</artifactId> @@ -198,6 +205,12 @@ <!-- <artifactId>iplatform-report</artifactId>--> <!-- </dependency>--> + <!-- 2024-03-28 娴嬭瘯涓�閿~宸ュ崟锛岄渶瑕佽亰澶╁垎鏋愮浉浼煎害 --> + <dependency> + <groupId>com.walkersoft</groupId> + <artifactId>walker-support-milvus</artifactId> + </dependency> + </dependencies> <build> -- Gitblit v1.9.1