From 0fa6f38d22cd4eb86b82da6419a255919866971f Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期一, 19 六月 2023 15:22:07 +0800 Subject: [PATCH] 附件预览 --- pom.xml | 63 +++++++++++++------------------ 1 files changed, 27 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index f2cfb0d..1d241b3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,68 +5,62 @@ <parent> <artifactId>product-server</artifactId> <groupId>com.lx</groupId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0-release</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>product-server-print</artifactId> <name>product-server-print</name> <description>product-server-print</description> + <version>2.0.0-release</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> -<!-- <dependency>--> -<!-- <groupId>com.lx</groupId>--> -<!-- <artifactId>product-server</artifactId>--> -<!-- <version>1.0.0-SNAPSHOT</version>--> -<!-- <exclusions>--> -<!-- <exclusion>--> -<!-- <groupId>org.apache.poi</groupId>--> -<!-- <artifactId>poi</artifactId>--> -<!-- </exclusion>--> -<!-- <exclusion>--> -<!-- <groupId>org.apache.poi</groupId>--> -<!-- <artifactId>poi-ooxml</artifactId>--> -<!-- </exclusion>--> -<!-- </exclusions>--> -<!-- </dependency>--> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> - <version>1.0.0-releases</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-common</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-util</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-admin</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> -<!-- <dependency>--> -<!-- <groupId>org.apache.poi</groupId>--> -<!-- <artifactId>poi</artifactId>--> -<!-- <version>5.1.0</version>--> -<!-- </dependency>--> -<!-- <!– https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml –>--> -<!-- <dependency>--> -<!-- <groupId>org.apache.poi</groupId>--> -<!-- <artifactId>poi-ooxml</artifactId>--> -<!-- <version>5.1.0</version>--> -<!-- </dependency>--> + <!-- <dependency>--> + <!-- <groupId>org.apache.poi</groupId>--> + <!-- <artifactId>poi</artifactId>--> + <!-- <version>5.1.0</version>--> + <!-- </dependency>--> + <!-- <!– https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml –>--> + <!-- <dependency>--> + <!-- <groupId>org.apache.poi</groupId>--> + <!-- <artifactId>poi-ooxml</artifactId>--> + <!-- <version>5.1.0</version>--> + <!-- </dependency>--> <dependency> <groupId>com.deepoove</groupId> - <artifactId>poi-tl</artifactId> + <artifactId>poi-tl</artifactId> <version>1.4.2</version> <exclusions> + <exclusion> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml-schemas</artifactId> + </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> @@ -81,8 +75,5 @@ </exclusion> </exclusions> </dependency> - <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core --> - - </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.2