From 04396f3a812fadf42f0262d847a92e32a669858b Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期二, 24 十二月 2024 19:50:05 +0800 Subject: [PATCH] 维保人员资质 --- pom.xml | 111 ++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 81 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 3c8349c..ae702ac 100644 --- a/pom.xml +++ b/pom.xml @@ -14,9 +14,9 @@ <name>product-server</name> <description>product-server</description> <modules> + <module>product-server-web</module> <module>product-server-admin</module> <module>product-server-administration</module> - <module>product-server-announcement</module> <module>product-server-auth</module> <module>product-server-badge</module> <module>product-server-common</module> @@ -24,7 +24,6 @@ <module>product-server-data-center</module> <module>product-server-data-export-import</module> <module>product-server-data-sync</module> - <module>product-server-datasource</module> <module>product-server-email</module> <module>product-server-file</module> <module>product-server-lucene</module> @@ -37,12 +36,16 @@ <module>product-server-task</module> <module>product-server-text-message</module> <module>product-server-tool-dev</module> - <module>product-server-tool-face</module> <module>product-server-tool-flow</module> <module>product-server-tool-mvc</module> <module>product-server-tool-table</module> <module>product-server-util</module> - <module>product-server-web</module> + <module>product-server-device</module> + <module>product-server-tool-face</module> + <module>product-server-mobile-core</module> + <module>product-server-hr</module> + <module>product-project-server-contract</module> + <module>product-server-project-base</module> </modules> <properties> <skipTests>true</skipTests> @@ -65,7 +68,7 @@ <UserAgentUtils.version>1.21</UserAgentUtils.version> <thumbnailator.version>0.4.8</thumbnailator.version> <twelvemonkeys.version>3.4.1</twelvemonkeys.version> - <poi.version>4.1.2</poi.version> + <poi.version>5.2.2</poi.version> <pinyin4j.version>2.5.1</pinyin4j.version> <mybatis.version>3.4.6</mybatis.version> <mybatis-spring.version>1.3.2</mybatis-spring.version> @@ -73,6 +76,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.version>2.0.0-release</project.build.version> <product-module-version>2.0.0-release</product-module-version> + <product-core-version>2.1.2-release</product-core-version> </properties> <repositories> <repository> @@ -114,15 +118,35 @@ <dependencyManagement> <dependencies> <!--瀛愭ā鍧楋細start--> + <dependency> <groupId>org.spring</groupId> <artifactId>spring-server-master</artifactId> <version>1.2.6.6</version> </dependency> + + <!--core--> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> - <version>2.0.1</version> + <version>${product-core-version}</version> + </dependency> + + <!--2.1.0-release --> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-device</artifactId> + <version>2.1.0-release</version> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-mobile-core</artifactId> + <version>2.1.0-release</version> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-task</artifactId> + <version>2.1.0-release</version> </dependency> <dependency> @@ -158,11 +182,6 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-text-message</artifactId> - <version>${product-module-version}</version> - </dependency> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-task</artifactId> <version>${product-module-version}</version> </dependency> <dependency> @@ -265,9 +284,24 @@ <artifactId>product-server-datasource</artifactId> <version>${product-module-version}</version> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-hr</artifactId> + <version>${product-module-version}</version> + </dependency> <!--瀛愭ā鍧楋細end--> <!--绗笁鏂逛緷璧栵細start--> + <dependency> + <groupId>e-iceblue</groupId> + <artifactId>spire.doc.free</artifactId> + <version>5.2.0</version> + </dependency> + <dependency> + <groupId>com.deepoove</groupId> + <artifactId>poi-tl</artifactId> + <version>1.10.5</version> + </dependency> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> @@ -657,26 +691,26 @@ </exclusions> </dependency> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi-ooxml-schemas</artifactId> - <version>${poi.version}</version> - <exclusions> - <exclusion> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-to-slf4j</artifactId> - </exclusion> + <!-- <dependency>--> + <!-- <groupId>org.apache.poi</groupId>--> + <!-- <artifactId>poi-ooxml-schemas</artifactId>--> + <!-- <version>${poi.version}</version>--> + <!-- <exclusions>--> + <!-- <exclusion>--> + <!-- <groupId>org.apache.logging.log4j</groupId>--> + <!-- <artifactId>log4j-core</artifactId>--> + <!-- </exclusion>--> + <!-- <exclusion>--> + <!-- <groupId>org.apache.logging.log4j</groupId>--> + <!-- <artifactId>log4j-api</artifactId>--> + <!-- </exclusion>--> + <!-- <exclusion>--> + <!-- <groupId>org.apache.logging.log4j</groupId>--> + <!-- <artifactId>log4j-to-slf4j</artifactId>--> + <!-- </exclusion>--> - </exclusions> - </dependency> + <!-- </exclusions>--> + <!-- </dependency>--> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-scratchpad</artifactId> @@ -848,5 +882,22 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp</artifactId> + <version>3.10.0</version> + </dependency> + <!--nacos 渚濊禆--> + <!-- <dependency>--> + <!-- <groupId>com.alibaba.cloud</groupId>--> + <!-- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>--> + <!-- <version>2.1.2.RELEASE</version>--> + <!-- </dependency>--> + <!-- <dependency>--> + <!-- <groupId>com.alibaba.cloud</groupId>--> + <!-- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>--> + <!-- <version>2.1.2.RELEASE</version>--> + <!-- </dependency>--> </dependencies> </project> -- Gitblit v1.9.2