From 28ca3d9f9e6e7eeeb7a7f2a7f50012350f3934c3 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 13 十一月 2024 18:07:11 +0800 Subject: [PATCH] 优化业务数据的查询接口;修改业务数据保存和编辑接口没有保存基础默认属性问题。 --- Source/plt-web/plt-web-parent/plt-starter/pom.xml | 61 ------------------------------ 1 files changed, 0 insertions(+), 61 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-starter/pom.xml b/Source/plt-web/plt-web-parent/plt-starter/pom.xml index 3449e87..5c143e5 100644 --- a/Source/plt-web/plt-web-parent/plt-starter/pom.xml +++ b/Source/plt-web/plt-web-parent/plt-starter/pom.xml @@ -21,11 +21,6 @@ <artifactId>plt-clientbase</artifactId> <version>${plt.version}</version> </dependency> - <dependency> - <groupId>com.vci.client</groupId> - <artifactId>plt-client</artifactId> - <version>${plt.version}</version> - </dependency> <!--client鐨勪緷璧�--> <dependency> <groupId>com.formdev</groupId> @@ -136,20 +131,9 @@ <version>${plt.version}</version> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.1</version> - </dependency> - <!--鎿嶄綔xml闇�瑕�--> - <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> - </dependency> - <dependency> - <groupId>com.alibaba</groupId> - <artifactId>fastjson</artifactId> - <version>1.2.83</version> </dependency> <dependency> <groupId>org.freemarker</groupId> @@ -162,55 +146,10 @@ <version>4.8</version> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-api</artifactId> - <version>2.12.4</version> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <version>2.12.4</version> - </dependency> - <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4</version> </dependency> - - <dependency> - <groupId>org.jbpm</groupId> - <artifactId>jbpm-core</artifactId> - <version>4.3.2</version> - </dependency> - <!--commons鐨勫嚑涓粍浠�--> - <dependency> - <groupId>commons-net</groupId> - <artifactId>commons-net</artifactId> - <version>1.4.1</version> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>2.5</version> - </dependency> - <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - <version>1.3.1</version> - </dependency> - <!---zip鍘嬬缉 鏇挎崲antzip--> - <dependency> - <groupId>net.lingala.zip4j</groupId> - <artifactId>zip4j</artifactId> - <version>1.3.2</version> - </dependency> - <!--zip鍘嬬缉鎵�闇�瑕佺殑jar--> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - <version>1.9</version> - </dependency> - </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3