From d96f61745211ff92f83cfd6f41f9af7ffef42ac1 Mon Sep 17 00:00:00 2001
From: wangmiscoding <88586557+wangmiscoding@users.noreply.github.com>
Date: Fri, 21 Feb 2025 22:13:41 +0800
Subject: [PATCH] enhancement:Optimize Maven Configuration (#236)
---
fastexcel-core/pom.xml | 7 ---
fastexcel-support/pom.xml | 1 -
fastexcel-test/pom.xml | 8 ---
pom.xml | 108 ++++++++++++++++++++++++++++++++++++++
4 files changed, 108 insertions(+), 16 deletions(-)
diff --git a/fastexcel-core/pom.xml b/fastexcel-core/pom.xml
index a0a28c8..330356e 100644
--- a/fastexcel-core/pom.xml
+++ b/fastexcel-core/pom.xml
@@ -21,13 +21,11 @@
org.apache.commons
commons-csv
- 1.11.0
org.apache.poi
poi
- 5.3.0
commons-io
@@ -42,7 +40,6 @@
org.apache.poi
poi-ooxml
- 5.3.0
commons-io
@@ -54,24 +51,20 @@
org.ehcache
ehcache
- 3.9.11
commons-io
commons-io
- 2.16.1
org.slf4j
slf4j-api
- 1.7.36
org.projectlombok
lombok
- 1.18.32
provided
diff --git a/fastexcel-support/pom.xml b/fastexcel-support/pom.xml
index fe8b0f8..a435852 100644
--- a/fastexcel-support/pom.xml
+++ b/fastexcel-support/pom.xml
@@ -29,7 +29,6 @@
org.springframework
spring-core
- 5.3.37
*
diff --git a/fastexcel-test/pom.xml b/fastexcel-test/pom.xml
index c261788..41d30de 100644
--- a/fastexcel-test/pom.xml
+++ b/fastexcel-test/pom.xml
@@ -31,44 +31,36 @@
com.alibaba.fastjson2
fastjson2
- 2.0.51
org.springframework.boot
spring-boot-starter-web
- 2.7.18
org.springframework.boot
spring-boot-starter-test
- 2.7.18
org.slf4j
slf4j-simple
- 1.7.36
org.slf4j
jcl-over-slf4j
- 1.7.36
org.slf4j
log4j-over-slf4j
- 1.7.36
ch.qos.logback
logback-classic
- 1.5.6
org.projectlombok
lombok
- 1.18.32
diff --git a/pom.xml b/pom.xml
index 45cdaf9..1725e07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,21 @@
true
true
true
+ 1.11.0
+ 5.3.0
+ 5.3.0
+ 3.9.11
+ 2.16.1
+ 1.7.36
+ 1.18.32
+ 5.3.37
+ 2.0.51
+ 2.7.18
+ 2.7.18
+ 1.7.36
+ 1.7.36
+ 1.7.36
+ 1.5.6
@@ -75,6 +90,99 @@
+
+ org.apache.commons
+ commons-csv
+ ${commons-csv.version}
+
+
+ org.apache.poi
+ poi
+ ${poi.version}
+
+
+ commons-io
+ commons-io
+
+
+ commons-codec
+ commons-codec
+
+
+
+
+ org.apache.poi
+ poi-ooxml
+ ${poi-ooxml.version}
+
+
+ commons-io
+ commons-io
+
+
+
+
+ org.ehcache
+ ehcache
+ ${ehcache.version}
+
+
+ commons-io
+ commons-io
+ ${commons-io.version}
+
+
+ org.slf4j
+ slf4j-api
+ ${slf4j-api.version}
+
+
+
+ org.projectlombok
+ lombok
+ ${lombok.version}
+ provided
+
+
+ org.springframework
+ spring-core
+ ${spring-core.version}
+
+
+ com.alibaba.fastjson2
+ fastjson2
+ ${fastjson2.version}
+
+
+ org.slf4j
+ slf4j-simple
+ ${slf4j-simple.version}
+
+
+ org.slf4j
+ jcl-over-slf4j
+ ${jcl-over-slf4j.version}
+
+
+ org.slf4j
+ log4j-over-slf4j
+ ${log4j-over-slf4j.version}
+
+
+ ch.qos.logback
+ logback-classic
+ ${logback-classic.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot-starter-web.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ ${spring-boot-starter-test.version}
+