diff --git a/ds-build/pom.xml b/ds-build/pom.xml index 95864fec..dba61735 100644 --- a/ds-build/pom.xml +++ b/ds-build/pom.xml @@ -3,9 +3,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - dsideal ds-build 1.0 + + dsideal + dsProject + 1.0 + UTF-8 @@ -27,25 +31,27 @@ + com.jfinal jfinal - 5.2.1 + ${jfinal.version} com.jfinal jfinal-undertow - 3.6 + ${jfinal-undertow.version} com.jfinal cos - 2022.2 + ${jfinal-cos.version} + cn.smallbun.screw screw-core @@ -55,23 +61,16 @@ mysql mysql-connector-java - 8.0.28 + ${mysql.version} io.minio minio - 8.5.12 + ${minio.version} - - - - io.jsonwebtoken - jjwt - 0.7.0 - javax.xml.bind jaxb-api @@ -84,33 +83,6 @@ 2.4 jdk15 - - - - com.cybermkd - MongodbPlugin - 1.0.8.2 - - - - org.mongodb - mongo-java-driver - 3.12.14 - - - - - com.google.guava - guava - 21.0 - - - - - com.zaxxer - HikariCP - 4.0.3 - @@ -124,13 +96,13 @@ cn.hutool hutool-all - 5.8.29 + ${hutool.version} com.alibaba fastjson - 2.0.45 + ${fastjson.version} @@ -170,7 +142,7 @@ redis.clients jedis - 5.1.0 + ${jedis.version} diff --git a/ds-gw/pom.xml b/ds-gw/pom.xml index 3c470dad..fc8c61d5 100644 --- a/ds-gw/pom.xml +++ b/ds-gw/pom.xml @@ -8,5 +8,4 @@ ds-gw ds-gw - http://maven.apache.org diff --git a/pom.xml b/pom.xml index 2a234e94..a00b8bd9 100644 --- a/pom.xml +++ b/pom.xml @@ -17,5 +17,23 @@ UTF-8 21 21 + UTF-8 + UTF-8 + + 5.2.1 + 3.6 + 2022.2 + + 1.2.23 + + 8.0.28 + + 2.0.52 + + 5.8.29 + + 8.5.12 + + 5.1.0 \ No newline at end of file