From 970624084a75b1e05e9a52f9c270d563d9437b43 Mon Sep 17 00:00:00 2001 From: cheng <1821349743@qq.com> Date: 星期二, 24 十二月 2024 21:56:34 +0800 Subject: [PATCH] pom 版本升级到 2.1.0-release --- pom.xml | 47 +++++++---------------------------------------- 1 files changed, 7 insertions(+), 40 deletions(-) diff --git a/pom.xml b/pom.xml index 1d241b3..3e6bd1d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,14 +5,14 @@ <parent> <artifactId>product-server</artifactId> <groupId>com.lx</groupId> - <version>2.0.0-release</version> + <version>2.1.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> + <version>2.1.0-release</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> @@ -33,47 +33,14 @@ <groupId>com.lx</groupId> <artifactId>product-server-admin</artifactId> </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.lx</groupId> + <artifactId>product-server-tool-flow</artifactId> + </dependency> <dependency> <groupId>com.deepoove</groupId> <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> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - </exclusions> + <version>1.10.5</version> </dependency> </dependencies> </project> -- Gitblit v1.9.2