From 86a9ebf516ac4ba4724c84395dcbd16cf942e74e Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期四, 02 一月 2025 10:39:50 +0800 Subject: [PATCH] fix:del onlinedocument redis key --- pom.xml | 169 ++++++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 139 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 21adf16..aed7f6c 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ </parent> <groupId>com.lx</groupId> <artifactId>product-server</artifactId> - <version>2.0.0-release</version> + <version>2.1.0-release</version> <packaging>pom</packaging> <name>product-server</name> <description>product-server</description> @@ -24,6 +24,7 @@ <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> @@ -43,8 +44,10 @@ <module>product-server-device</module> <module>product-server-tool-face</module> <module>product-server-mobile-core</module> - <module>product-project-server-contract</module> + <module>product-server-hr</module> + <module>product-server-project-contract</module> <module>product-server-project-base</module> + <module>product-server-file-online</module> </modules> <properties> <skipTests>true</skipTests> @@ -52,7 +55,7 @@ <finalName>web</finalName><!-- war鍖呯殑鍚嶇О --> <start-class>com.product.Application</start-class> <java.version>1.8</java.version> - <commons-io.version>2.11.0</commons-io.version> + <commons-io.version>2.16.0</commons-io.version> <fst.version>2.57</fst.version> <commons-text.version>1.3</commons-text.version> <commons-beanutils.version>1.9.3</commons-beanutils.version> @@ -67,15 +70,46 @@ <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.5</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> <commons-fileupload.version>1.3.3</commons-fileupload.version> + + + <jodconverter.version>4.4.6</jodconverter.version> + <xdocreport.version>1.0.6</xdocreport.version> + <xstream.version>1.4.20</xstream.version> + <junrar.version>7.5.5</junrar.version> + <redisson.version>3.2.0</redisson.version> + <sevenzipjbinding.version>16.02-2.01</sevenzipjbinding.version> + <jchardet.version>1.0</jchardet.version> + <antlr.version>2.7.7</antlr.version> + <concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version> + <rocksdb.version>5.17.2</rocksdb.version> + <pdfbox.version>3.0.2</pdfbox.version> + <jai-imageio.version>1.4.0</jai-imageio.version> + <jbig2-imageio.version>3.0.4</jbig2-imageio.version> + <galimatias.version>0.2.1</galimatias.version> + <bytedeco.version>1.5.2</bytedeco.version> + <opencv.version>4.1.2-1.5.2</opencv.version> + <openblas.version>0.3.6-1.5.1</openblas.version> + <ffmpeg.version>4.2.1-1.5.2</ffmpeg.version> + <itextpdf.version>5.5.13.3</itextpdf.version> + <httpclient.version>3.1</httpclient.version> + <aspose-cad.version>23.9</aspose-cad.version> + <bcprov-jdk15on.version>1.70</bcprov-jdk15on.version> + <juniversalchardet.version>1.0.3</juniversalchardet.version> + <httpcomponents.version>4.5.14</httpcomponents.version> + + <commons-cli.version>1.5.0</commons-cli.version> + <commons-net.version>3.9.0</commons-net.version> + <commons-lang3.version>3.13.0</commons-lang3.version> + <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.1-release</product-core-version> + <product-module-version>2.1.0-release</product-module-version> + <product-core-version>2.1.2-release</product-core-version> </properties> <repositories> <repository> @@ -283,9 +317,55 @@ <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>com.aspose</groupId> + <artifactId>aspose-cad</artifactId> + <version>${aspose-cad.version}</version> + </dependency> + <dependency> + <groupId>javax.media</groupId> + <artifactId>jai_core</artifactId> + <version>1.1.3</version> + </dependency> + <dependency> + <groupId>javax.media</groupId> + <artifactId>jai_codec</artifactId> + <version>1.1.3</version> + </dependency> + <dependency> + <groupId>com.itextpdf</groupId> + <artifactId>itextpdf</artifactId> + <version>${itextpdf.version}</version> + </dependency> + <dependency> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>${commons-net.version}</version> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>${commons-lang3.version}</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpmime</artifactId> + <version>${httpcomponents.version}</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>${httpcomponents.version}</version> + </dependency> <dependency> <groupId>e-iceblue</groupId> <artifactId>spire.doc.free</artifactId> @@ -388,11 +468,6 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-to-slf4j</artifactId> <version>2.15.0</version> - </dependency> - <dependency> - <groupId>com.itextpdf</groupId> - <artifactId>itextpdf</artifactId> - <version>5.5.13</version> </dependency> <dependency> <groupId>org.apache.pdfbox</groupId> @@ -609,6 +684,10 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpmime</artifactId> + </dependency> <!-- Jsoup HTTP --> <dependency> @@ -644,6 +723,10 @@ <version>${UserAgentUtils.version}</version> </dependency> + <dependency> + <groupId>com.itextpdf</groupId> + <artifactId>itextpdf</artifactId> + </dependency> <!-- POI Office Tools --> <dependency> <groupId>org.apache.poi</groupId> @@ -685,26 +768,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> @@ -876,5 +959,31 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp</artifactId> + <version>3.10.0</version> + </dependency> + + <dependency> + <groupId>javax.media</groupId> + <artifactId>jai_core</artifactId> + </dependency> + <dependency> + <groupId>javax.media</groupId> + <artifactId>jai_codec</artifactId> + </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