浏览代码

modify pom.xml2 (#422)

Signed-off-by: yongpengli-z <yongpeng.li@zilliz.com>
yongpengli-z 2 年之前
父节点
当前提交
1dc424f591
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      tests/milvustest/pom.xml

+ 6 - 0
tests/milvustest/pom.xml

@@ -138,6 +138,12 @@
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpcore</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.kubernetes</groupId>
+            <artifactId>client-java</artifactId>
+            <version>12.0.0</version>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 
     <build>