diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index ac0d7e8b9..c4a4d9848 100755 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -136,7 +136,7 @@ com.mysql mysql-connector-j - 9.1.0 + 9.3.0 test @@ -152,12 +152,6 @@ 8.1.3.140 test - - org.slf4j - slf4j-simple - 2.0.9 - test - com.oracle.database.jdbc ojdbc8 diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml index c95e01e72..1d69d234a 100755 --- a/hutool-http/pom.xml +++ b/hutool-http/pom.xml @@ -162,13 +162,6 @@ 0.1.2 test - - org.slf4j - slf4j-simple - 1.7.36 - test - - org.apache.logging.log4j log4j-core diff --git a/pom.xml b/pom.xml index e5f8d1834..090597f8a 100755 --- a/pom.xml +++ b/pom.xml @@ -166,12 +166,6 @@ -Xlint:unchecked - - - org.apache.maven.plugins - maven-surefire-plugin - 3.5.1 - org.apache.maven.plugins maven-jar-plugin @@ -192,6 +186,12 @@ + + + org.apache.maven.plugins + maven-surefire-plugin + 3.5.3 + org.apache.maven.plugins @@ -218,12 +218,6 @@ false - - - org.apache.maven.plugins - maven-surefire-plugin - 3.5.3 - org.codehaus.mojo