浏览代码

pom文件

lem 4 年之前
父节点
当前提交
d0a0e20e1e
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      pom.xml

+ 5 - 1
pom.xml

@@ -811,7 +811,11 @@
             <artifactId>postgresql</artifactId>
             <version>42.1.1</version>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.7.0</version>
+        </dependency>
         <!-- UTILS end -->
     </dependencies>