369 lines
16 KiB
XML
369 lines
16 KiB
XML
<?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>
|
||
<!-- <parent>-->
|
||
<!-- <groupId>org.springframework.boot</groupId>-->
|
||
<!-- <artifactId>spring-boot-starter-parent</artifactId>-->
|
||
<!-- <version>2.3.12.RELEASE</version>-->
|
||
<!-- <relativePath/> <!– lookup parent from repository –>-->
|
||
<!-- </parent>-->
|
||
<groupId>cn.zyjblogs</groupId>
|
||
<artifactId>zyjblogs-parent</artifactId>
|
||
<packaging>pom</packaging>
|
||
<version>1.0-SNAPSHOT</version>
|
||
|
||
<developers>
|
||
<developer>
|
||
<id>zyjblogs-framework</id>
|
||
<name>Zyjblogs</name>
|
||
<url>https://zyjblogs.cn</url>
|
||
<email>1317453947@qq.com</email>
|
||
</developer>
|
||
</developers>
|
||
|
||
<licenses>
|
||
<license>
|
||
<name>Apache License, Version 2.0</name>
|
||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||
<distribution>repo</distribution>
|
||
</license>
|
||
</licenses>
|
||
|
||
<properties>
|
||
<zyjblogs.version>1.0-SNAPSHOT</zyjblogs.version>
|
||
|
||
<maven.compiler.source>15</maven.compiler.source>
|
||
<maven.compiler.target>15</maven.compiler.target>
|
||
<compler.maven.plugin.version>2.3.12.RELEASE</compler.maven.plugin.version>
|
||
<!-- spring-cloud版本配置 -->
|
||
<spring-boot.version>2.3.12.RELEASE</spring-boot.version>
|
||
<spring-cloud.version>Hoxton.SR12</spring-cloud.version>
|
||
<spring-cloud-alibaba.version>2.2.9.RELEASE</spring-cloud-alibaba.version>
|
||
<!--lombok-->
|
||
<lombok.version>1.18.24</lombok.version>
|
||
|
||
|
||
<jjwt.version>0.9.1</jjwt.version>
|
||
<jwt.version>0.11.5</jwt.version>
|
||
|
||
<spring-authorization-server.version>0.3.1</spring-authorization-server.version>
|
||
<!-- feign-->
|
||
<feign-hystrix.version>11.8</feign-hystrix.version>
|
||
<feign-ribbon.version>11.8</feign-ribbon.version>
|
||
<!-- json解析 -->
|
||
<jackson.version>2.13.3</jackson.version>
|
||
<fastjson2.version>2.0.18</fastjson2.version>
|
||
<!-- ORM -->
|
||
<mybatis-plus-boot-starter.version>3.5.2</mybatis-plus-boot-starter.version>
|
||
<mysql-jdbc.version>8.0.21</mysql-jdbc.version>
|
||
<postgresql.version>42.5.0</postgresql.version>
|
||
<shardingsphere.version>4.1.1</shardingsphere.version>
|
||
<!-- spring-cloud-alibaba版本配置 -->
|
||
<aliyun.version>4.5.0</aliyun.version>
|
||
<com.alibaba.transmittable.version>2.12.2</com.alibaba.transmittable.version>
|
||
<!-- orika-core实体类转换版本配置 -->
|
||
<orika-core.version>1.5.4</orika-core.version>
|
||
<!-- 斯瓦格UI版本配置 -->
|
||
<swagger-annotations.verion>1.5.24</swagger-annotations.verion>
|
||
<knife4j-spring-boot-starter.version>3.0.5</knife4j-spring-boot-starter.version>
|
||
<!-- 阿里巴巴excel解析版本配置 -->
|
||
<easyexcel.version>2.2.11</easyexcel.version>
|
||
<bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
|
||
<nacos-client.version>2.1.2</nacos-client.version>
|
||
|
||
<!-- 短信sdk-->
|
||
<!-- 异步 -->
|
||
<alibabacloud-dysmsapi20170525.version>1.0.1</alibabacloud-dysmsapi20170525.version>
|
||
<!-- 同步 -->
|
||
<dysmsapi20170525.version>2.0.9</dysmsapi20170525.version>
|
||
<tencentcloud-sdk-java.version>3.1.600</tencentcloud-sdk-java.version>
|
||
|
||
|
||
<!-- xxl-job-core核心版本号 -->
|
||
<xxl-job-core.version>2.3.0</xxl-job-core.version>
|
||
<!-- oos -->
|
||
<minio.version>8.4.5</minio.version>
|
||
<!-- 第三方工具库 -->
|
||
<lombok.version>1.18.24</lombok.version>
|
||
<commons-lang3.version>3.12.0</commons-lang3.version>
|
||
<commons-collections4.version>4.4</commons-collections4.version>
|
||
<commons-io.version>2.11.0</commons-io.version>
|
||
<commons-crypto.version>1.1.0</commons-crypto.version>
|
||
<hutool.version>5.8.8</hutool.version>
|
||
<qrcode-zxing.version>3.5.0</qrcode-zxing.version>
|
||
<okhttp3.version>4.10.0</okhttp3.version>
|
||
<!-- 文档-->
|
||
<knife4j.version>3.0.3</knife4j.version>
|
||
<!--编译编码-->
|
||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
||
<!-- 打包-->
|
||
<maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version>
|
||
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
|
||
|
||
<!-- jdk19需要 -->
|
||
<jaxb-impl.version>2.3.1</jaxb-impl.version>
|
||
<saaj-impl.version>1.5.1</saaj-impl.version>
|
||
</properties>
|
||
<dependencyManagement>
|
||
<dependencies>
|
||
<dependency>
|
||
<groupId>com.alibaba.cloud</groupId>
|
||
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
||
<version>${spring-cloud-alibaba.version}</version>
|
||
<type>pom</type>
|
||
<scope>import</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.cloud</groupId>
|
||
<artifactId>spring-cloud-dependencies</artifactId>
|
||
<version>${spring-cloud.version}</version>
|
||
<type>pom</type>
|
||
<scope>import</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-dependencies</artifactId>
|
||
<version>${spring-boot.version}</version>
|
||
<type>pom</type>
|
||
<scope>import</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.projectlombok</groupId>
|
||
<artifactId>lombok</artifactId>
|
||
<version>${lombok.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.fasterxml.jackson.core</groupId>
|
||
<artifactId>jackson-core</artifactId>
|
||
<version>${jackson.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.fasterxml.jackson.core</groupId>
|
||
<artifactId>jackson-annotations</artifactId>
|
||
<version>${jackson.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||
<artifactId>jackson-datatype-jsr310</artifactId>
|
||
<version>${jackson.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.fasterxml.jackson.core</groupId>
|
||
<artifactId>jackson-databind</artifactId>
|
||
<version>${jackson.version}</version>
|
||
</dependency>
|
||
<!-- ORM -->
|
||
<dependency>
|
||
<groupId>mysql</groupId>
|
||
<artifactId>mysql-connector-java</artifactId>
|
||
<version>${mysql-jdbc.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.xiaoymin</groupId>
|
||
<artifactId>knife4j-spring-boot-starter</artifactId>
|
||
<version>${knife4j.version}</version>
|
||
</dependency>
|
||
<!-- JWT 依赖开始 -->
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>io.jsonwebtoken</groupId>-->
|
||
<!-- <artifactId>jjwt-api</artifactId>-->
|
||
<!-- <version>${jwt.version}</version>-->
|
||
<!-- </dependency>-->
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>io.jsonwebtoken</groupId>-->
|
||
<!-- <artifactId>jjwt-impl</artifactId>-->
|
||
<!-- <version>${jwt.version}</version>-->
|
||
<!-- </dependency>-->
|
||
<dependency>
|
||
<groupId>io.jsonwebtoken</groupId>
|
||
<artifactId>jjwt</artifactId>
|
||
<version>${jjwt.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.bouncycastle</groupId>
|
||
<artifactId>bcprov-jdk15on</artifactId>
|
||
<version>${bcprov-jdk15on.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.aliyun</groupId>
|
||
<artifactId>aliyun-java-sdk-core</artifactId>
|
||
<version>${aliyun.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>io.github.openfeign</groupId>
|
||
<artifactId>feign-hystrix</artifactId>
|
||
<version>${feign-hystrix.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.alibaba.nacos</groupId>
|
||
<artifactId>nacos-client</artifactId>
|
||
<version>${nacos-client.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.baomidou</groupId>
|
||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||
<version>${mybatis-plus-boot-starter.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-pool2</artifactId>
|
||
<version>2.7.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.alibaba</groupId>
|
||
<artifactId>transmittable-thread-local</artifactId>
|
||
<version>${com.alibaba.transmittable.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>ma.glasnost.orika</groupId>
|
||
<artifactId>orika-core</artifactId>
|
||
<version>${orika-core.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>io.swagger</groupId>
|
||
<artifactId>swagger-annotations</artifactId>
|
||
<version>${swagger-annotations.verion}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.alibaba</groupId>
|
||
<artifactId>easyexcel</artifactId>
|
||
<version>${easyexcel.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-lang3</artifactId>
|
||
<version>${commons-lang3.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-collections4</artifactId>
|
||
<version>${commons-collections4.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-io</groupId>
|
||
<artifactId>commons-io</artifactId>
|
||
<version>${commons-io.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-crypto</artifactId>
|
||
<version>${commons-crypto.version}</version>
|
||
</dependency>
|
||
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
||
<dependency>
|
||
<groupId>org.postgresql</groupId>
|
||
<artifactId>postgresql</artifactId>
|
||
<version>${postgresql.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||
<version>${compler.maven.plugin.version}</version>
|
||
</dependency>
|
||
|
||
<!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-oauth2-authorization-server -->
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>org.springframework.security</groupId>-->
|
||
<!-- <artifactId>spring-security-oauth2-authorization-server</artifactId>-->
|
||
<!-- <version>${spring-authorization-server.version}</version>-->
|
||
<!-- </dependency>-->
|
||
<!-- https://mvnrepository.com/artifact/org.apache.shardingsphere/shardingsphere-jdbc-core-spring-boot-starter -->
|
||
<dependency>
|
||
<groupId>org.apache.shardingsphere</groupId>
|
||
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
|
||
<version>${shardingsphere.version}</version>
|
||
</dependency>
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>cn.hutool</groupId>-->
|
||
<!-- <artifactId>hutool-all</artifactId>-->
|
||
<!-- <version>${hutool.version}</version>-->
|
||
<!-- </dependency>-->
|
||
<dependency>
|
||
<groupId>com.google.zxing</groupId>
|
||
<artifactId>core</artifactId>
|
||
<version>${qrcode-zxing.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>io.minio</groupId>
|
||
<artifactId>minio</artifactId>
|
||
<version>${minio.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.squareup.okhttp3</groupId>
|
||
<artifactId>okhttp</artifactId>
|
||
<version>${okhttp3.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.aliyun</groupId>
|
||
<artifactId>alibabacloud-dysmsapi20170525</artifactId>
|
||
<version>${alibabacloud-dysmsapi20170525.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.tencentcloudapi</groupId>
|
||
<artifactId>tencentcloud-sdk-java-sms</artifactId>
|
||
<!-- go to https://search.maven.org/search?q=tencentcloud-sdk-java and get the latest version. -->
|
||
<!-- 请到https://search.maven.org/search?q=tencentcloud-sdk-java查询所有版本,最新版本如下 -->
|
||
<version>${tencentcloud-sdk-java.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.aliyun</groupId>
|
||
<artifactId>dysmsapi20170525</artifactId>
|
||
<version>${dysmsapi20170525.version}</version>
|
||
</dependency>
|
||
<!-- 打包-->
|
||
<dependency>
|
||
<groupId>org.apache.maven.plugins</groupId>
|
||
<artifactId>maven-assembly-plugin</artifactId>
|
||
<version>${maven-assembly-plugin.version}</version>
|
||
</dependency>
|
||
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jar-plugin -->
|
||
<dependency>
|
||
<groupId>org.apache.maven.plugins</groupId>
|
||
<artifactId>maven-jar-plugin</artifactId>
|
||
<version>${maven-jar-plugin.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.sun.xml.bind</groupId>
|
||
<artifactId>jaxb-impl</artifactId>
|
||
<version>${jaxb-impl.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.sun.xml.messaging.saaj</groupId>
|
||
<artifactId>saaj-impl</artifactId>
|
||
<version>${saaj-impl.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.alibaba.fastjson2</groupId>
|
||
<artifactId>fastjson2</artifactId>
|
||
<version>${fastjson2.version}</version>
|
||
</dependency>
|
||
</dependencies>
|
||
</dependencyManagement>
|
||
<dependencies>
|
||
<dependency>
|
||
<groupId>org.projectlombok</groupId>
|
||
<artifactId>lombok</artifactId>
|
||
<optional>true</optional>
|
||
</dependency>
|
||
</dependencies>
|
||
|
||
<build>
|
||
<plugins>
|
||
<plugin>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||
<version>${compler.maven.plugin.version}</version>
|
||
<executions>
|
||
<execution>
|
||
<goals>
|
||
<goal>repackage</goal>
|
||
</goals>
|
||
</execution>
|
||
</executions>
|
||
</plugin>
|
||
</plugins>
|
||
</build>
|
||
</project> |