You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.7 KiB

11 months ago
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<modelVersion>4.0.0</modelVersion>
<groupId>dsideal</groupId>
10 months ago
<artifactId>dsProject</artifactId>
11 months ago
<version>1.0</version>
10 months ago
<packaging>pom</packaging>
<modules>
<module>ds-gw</module>
<module>ds-base</module>
<module>ds-build</module>
</modules>
11 months ago
<!--使用jdk21进行编译-->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
10 months ago
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!--JFinal版本号-->
<jfinal.version>5.2.1</jfinal.version>
<jfinal-undertow.version>3.6</jfinal-undertow.version>
<jfinal-cos.version>2022.2</jfinal-cos.version>
<!--Druid版本号-->
<druid.version>1.2.23</druid.version>
<!--Mysql驱动版本号-->
<mysql.version>8.0.28</mysql.version>
<!--fastjson版本号-->
<fastjson.version>2.0.52</fastjson.version>
<!--Hutool工具包-->
<hutool.version>5.8.29</hutool.version>
<!--Minio版本号-->
<minio.version>8.5.12</minio.version>
<!--jedis版本号-->
<jedis.version>5.1.0</jedis.version>
11 months ago
</properties>
</project>