From bde8258f7de3dfc5cbf0fc59f2b74ed0fd073df7 Mon Sep 17 00:00:00 2001 From: shikeying <shikeying@163.com> Date: 星期日, 31 三月 2024 11:11:20 +0800 Subject: [PATCH] 添加milvus代码示例 --- 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