浏览代码

修改fdd包依赖结构

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

+ 2 - 1
pom.xml

@@ -31,6 +31,7 @@
         <commons.fileupload.version>1.4</commons.fileupload.version>
         <poi.version>4.1.2</poi.version>
         <velocity.version>2.3</velocity.version>
+        <fadada.version>1.8.8</fadada.version>
     </properties>
 
     <!-- 依赖声明 -->
@@ -213,7 +214,7 @@
             <dependency>
                 <groupId>com.fadada</groupId>
                 <artifactId>fdd-verify-process</artifactId>
-                <version>1.8.8</version>
+                <version>${fadada.version}</version>
             </dependency>
         </dependencies>
     </dependencyManagement>