diff --git a/hutool-ai/pom.xml b/hutool-ai/pom.xml
index 33359bbbf..e0290ba2c 100644
--- a/hutool-ai/pom.xml
+++ b/hutool-ai/pom.xml
@@ -18,35 +18,9 @@
cn.hutool.v7.ai
- 1.15.2
- 2.19.1
- 2.0.53
- 2.13.1
-
- 12.0.19
- 3.0.2
- 5.5
- 4.5.14
- 5.0.0-alpha.14
- 2.3.18.Final
- 11.0.8
- 1.4.3
-
- 2.0.9
- 1.2.17
- 2.20.0
- 1.3.6
- 2.7.0
- 1.3.4
-
-
- cn.hutool.v7
- hutool-core
- ${project.parent.version}
-
cn.hutool.v7
hutool-http
@@ -64,154 +38,12 @@
${project.parent.version}
compile
-
- cn.hutool.v7
- hutool-crypto
- ${project.parent.version}
- true
-
cn.hutool.v7
hutool-swing
${project.parent.version}
test
-
- com.squareup.moshi
- moshi
- ${moshi.version}
- true
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
- true
-
-
- com.alibaba.fastjson2
- fastjson2
- ${fastjson2.version}
- true
-
-
- com.google.code.gson
- gson
- ${gson.version}
- true
-
-
- org.bouncycastle
- bcpkix-jdk18on
- ${bouncycastle.version}
- compile
- true
-
-
-
- org.eclipse.jetty
- jetty-server
- ${jetty.version}
- provided
-
-
- jakarta.xml.soap
- jakarta.xml.soap-api
- ${jakarta.xml.soap-api.version}
- provided
-
-
- org.smartboot.http
- smart-http-server
- ${smartboot.version}
- provided
-
-
- org.smartboot.socket
- aio-core
- 1.6.6
-
-
- org.smartboot.socket
- aio-pro
- 1.6.6
-
-
-
- org.apache.httpcomponents.client5
- httpclient5
- ${httpclient5.version}
- provided
-
-
- org.apache.httpcomponents
- httpclient
- ${httpclient4.version}
- provided
-
-
- com.squareup.okhttp3
- okhttp
- ${okhttp.version}
- provided
-
-
-
-
- io.undertow
- undertow-core
- ${undertow.version}
- provided
-
-
- org.apache.tomcat.embed
- tomcat-embed-core
- ${tomcat.version}
- provided
-
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j2.version}
- test
-
-
- org.slf4j
- slf4j-simple
- ${slf4j.version}
- test
-
-
- log4j
- log4j
- ${log4j.version}
- true
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j2.version}
- true
-
-
- org.tinylog
- tinylog
- ${tinylog.version}
- true
-
-
- org.tinylog
- tinylog-api
- ${tinylog2.version}
- true
-
-
- commons-logging
- commons-logging
- ${commons-logging.version}
- true
-
diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml
index 0433d17af..55589a328 100755
--- a/hutool-cron/pom.xml
+++ b/hutool-cron/pom.xml
@@ -34,15 +34,6 @@
cn.hutool.v7.cron
- 2.3
-
- 3.4.3.Final
- 2.0.9
- 1.2.17
- 2.20.0
- 1.3.6
- 2.7.0
- 1.3.5
@@ -62,54 +53,5 @@
2.4.0
test
-
-
- org.yaml
- snakeyaml
- ${snakeyaml.version}
- true
-
-
- org.jboss.logging
- jboss-logging
- ${jboss-logging.version}
-
-
-
- org.slf4j
- slf4j-simple
- ${slf4j.version}
- test
-
-
- log4j
- log4j
- ${log4j.version}
- true
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j2.version}
- true
-
-
- org.tinylog
- tinylog
- ${tinylog.version}
- true
-
-
- org.tinylog
- tinylog-api
- ${tinylog2.version}
- true
-
-
- commons-logging
- commons-logging
- ${commons-logging.version}
- true
-
diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml
index c4a4d9848..19cca8c5b 100755
--- a/hutool-db/pom.xml
+++ b/hutool-db/pom.xml
@@ -42,15 +42,6 @@
6.3.0
3.46.0.0
2.7.4
-
- 2.3
- 3.4.3.Final
- 2.0.9
- 1.2.17
- 2.20.0
- 1.3.6
- 2.7.0
- 1.3.5
@@ -142,8 +133,7 @@
com.h2database
h2
-
- 2.2.222
+ 2.3.232
test
@@ -170,53 +160,5 @@
2.24.7
test
-
- org.yaml
- snakeyaml
- ${snakeyaml.version}
- true
-
-
- org.jboss.logging
- jboss-logging
- ${jboss-logging.version}
-
-
-
- org.slf4j
- slf4j-simple
- ${slf4j.version}
- test
-
-
- log4j
- log4j
- ${log4j.version}
- true
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j2.version}
- true
-
-
- org.tinylog
- tinylog
- ${tinylog.version}
- true
-
-
- org.tinylog
- tinylog-api
- ${tinylog2.version}
- true
-
-
- commons-logging
- commons-logging
- ${commons-logging.version}
- true
-
diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml
index 1d69d234a..ed43fd029 100755
--- a/hutool-http/pom.xml
+++ b/hutool-http/pom.xml
@@ -44,13 +44,7 @@
6.1.0
3.0.2
3.0.4
-
2.0.9
- 1.2.17
- 2.20.0
- 1.3.6
- 2.7.0
- 1.3.5
@@ -162,47 +156,11 @@
0.1.2
test
-
- org.apache.logging.log4j
- log4j-core
- ${log4j2.version}
- test
-
org.slf4j
slf4j-simple
${slf4j.version}
test
-
- log4j
- log4j
- ${log4j.version}
- true
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j2.version}
- true
-
-
- org.tinylog
- tinylog
- ${tinylog.version}
- true
-
-
- org.tinylog
- tinylog-api
- ${tinylog2.version}
- true
-
-
- commons-logging
- commons-logging
- ${commons-logging.version}
- true
-
diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml
index 17be0efeb..15c5af6da 100755
--- a/hutool-log/pom.xml
+++ b/hutool-log/pom.xml
@@ -38,7 +38,7 @@
2.0.17
1.5.18
1.2.17
- 2.24.3
+ 2.25.0
1.3.5
1.3.6
2.7.0
diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml
index bc9b7cabd..ac7b5699e 100755
--- a/hutool-poi/pom.xml
+++ b/hutool-poi/pom.xml
@@ -36,8 +36,6 @@
cn.hutool.v7.poi
5.4.1
- 2.20.0
- 0.39.0
@@ -81,18 +79,5 @@
true
-
-
- org.apache.logging.log4j
- log4j-core
- ${log4j2.version}
- test
-
-
- com.hierynomus
- sshj
- ${hierynomus.version}
- test
-
diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml
index 2a508b559..3b8b54dac 100755
--- a/hutool-setting/pom.xml
+++ b/hutool-setting/pom.xml
@@ -34,15 +34,7 @@
cn.hutool.v7.setting
- 2.3
-
- 3.4.3.Final
- 2.0.9
- 1.2.17
- 2.20.0
- 1.3.6
- 2.7.0
- 1.3.4
+ 2.4
@@ -63,47 +55,5 @@
${snakeyaml.version}
true
-
- org.jboss.logging
- jboss-logging
- ${jboss-logging.version}
-
-
-
- org.slf4j
- slf4j-simple
- ${slf4j.version}
- test
-
-
- log4j
- log4j
- ${log4j.version}
- true
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j2.version}
- true
-
-
- org.tinylog
- tinylog
- ${tinylog.version}
- true
-
-
- org.tinylog
- tinylog-api
- ${tinylog2.version}
- true
-
-
- commons-logging
- commons-logging
- ${commons-logging.version}
- true
-
diff --git a/hutool-socket/pom.xml b/hutool-socket/pom.xml
index c210a9195..629cc307e 100755
--- a/hutool-socket/pom.xml
+++ b/hutool-socket/pom.xml
@@ -34,14 +34,6 @@
cn.hutool.v7.socket
-
- 3.4.3.Final
- 2.0.9
- 1.2.17
- 2.20.0
- 1.3.6
- 2.7.0
- 1.3.5
@@ -55,47 +47,5 @@
hutool-log
${project.parent.version}
-
- org.jboss.logging
- jboss-logging
- ${jboss-logging.version}
-
-
-
- org.slf4j
- slf4j-simple
- ${slf4j.version}
- test
-
-
- log4j
- log4j
- ${log4j.version}
- true
-
-
- org.apache.logging.log4j
- log4j-api
- ${log4j2.version}
- true
-
-
- org.tinylog
- tinylog
- ${tinylog.version}
- true
-
-
- org.tinylog
- tinylog-api
- ${tinylog2.version}
- true
-
-
- commons-logging
- commons-logging
- ${commons-logging.version}
- true
-