| | |
| | | |
| | | <properties> |
| | | <revision>5.2.0-SNAPSHOT</revision> |
| | | <spring-boot.version>3.2.1</spring-boot.version> |
| | | <spring-boot.version>3.2.3</spring-boot.version> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| | | <java.version>17</java.version> |
| | |
| | | <satoken.version>1.37.0</satoken.version> |
| | | <mybatis-plus.version>3.5.5</mybatis-plus.version> |
| | | <p6spy.version>3.9.1</p6spy.version> |
| | | <hutool.version>5.8.24</hutool.version> |
| | | <hutool.version>5.8.26</hutool.version> |
| | | <okhttp.version>4.10.0</okhttp.version> |
| | | <spring-boot-admin.version>3.2.0</spring-boot-admin.version> |
| | | <redisson.version>3.25.2</redisson.version> |
| | | <spring-boot-admin.version>3.2.2</spring-boot-admin.version> |
| | | <redisson.version>3.27.0</redisson.version> |
| | | <lock4j.version>2.2.7</lock4j.version> |
| | | <dynamic-ds.version>4.3.0</dynamic-ds.version> |
| | | <alibaba-ttl.version>2.14.4</alibaba-ttl.version> |
| | | <powerjob.version>4.3.6</powerjob.version> |
| | | <mapstruct-plus.version>1.3.5</mapstruct-plus.version> |
| | | <easyretry.version>3.1.0</easyretry.version> |
| | | <mapstruct-plus.version>1.3.6</mapstruct-plus.version> |
| | | <mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version> |
| | | <lombok.version>1.18.30</lombok.version> |
| | | <bouncycastle.version>1.76</bouncycastle.version> |
| | |
| | | <ip2region.version>2.7.0</ip2region.version> |
| | | |
| | | <!-- OSS 配置 --> |
| | | <aws-java-sdk-s3.version>1.12.600</aws-java-sdk-s3.version> |
| | | <aws.sdk.version>2.23.0</aws.sdk.version> |
| | | <aws.crt.version>0.29.6</aws.crt.version> |
| | | <!-- SMS 配置 --> |
| | | <sms4j.version>2.2.0</sms4j.version> |
| | | <sms4j.version>3.1.1</sms4j.version> |
| | | <!-- 限制框架中的fastjson版本 --> |
| | | <fastjson.version>1.2.83</fastjson.version> |
| | | |
| | |
| | | <maven-compiler-plugin.verison>3.11.0</maven-compiler-plugin.verison> |
| | | <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version> |
| | | <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version> |
| | | |
| | | <!--工作流配置--> |
| | | <flowable.version>7.0.0</flowable.version> |
| | | </properties> |
| | | |
| | | <profiles> |
| | |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-bom</artifactId> |
| | | <version>${hutool.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.flowable</groupId> |
| | | <artifactId>flowable-bom</artifactId> |
| | | <version>${flowable.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | |
| | | <version>${okhttp.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- AWS SDK for Java 2.x --> |
| | | <dependency> |
| | | <groupId>com.amazonaws</groupId> |
| | | <artifactId>aws-java-sdk-s3</artifactId> |
| | | <version>${aws-java-sdk-s3.version}</version> |
| | | <groupId>software.amazon.awssdk</groupId> |
| | | <artifactId>s3</artifactId> |
| | | <version>${aws.sdk.version}</version> |
| | | </dependency> |
| | | <!-- 使用AWS基于 CRT 的 S3 客户端 --> |
| | | <dependency> |
| | | <groupId>software.amazon.awssdk.crt</groupId> |
| | | <artifactId>aws-crt</artifactId> |
| | | <version>${aws.crt.version}</version> |
| | | </dependency> |
| | | <!-- 基于 AWS CRT 的 S3 客户端的性能增强的 S3 传输管理器 --> |
| | | <dependency> |
| | | <groupId>software.amazon.awssdk</groupId> |
| | | <artifactId>s3-transfer-manager</artifactId> |
| | | <version>${aws.sdk.version}</version> |
| | | </dependency> |
| | | <!--短信sms4j--> |
| | | <dependency> |
| | |
| | | <groupId>tech.powerjob</groupId> |
| | | <artifactId>powerjob-official-processors</artifactId> |
| | | <version>${powerjob.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- EasyRetry Client --> |
| | | <dependency> |
| | | <groupId>com.aizuda</groupId> |
| | | <artifactId>easy-retry-client-starter</artifactId> |
| | | <version>${easyretry.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.aizuda</groupId> |
| | | <artifactId>easy-retry-client-core</artifactId> |
| | | <version>${easyretry.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.aizuda</groupId> |
| | | <artifactId>easy-retry-client-job-core</artifactId> |
| | | <version>${easyretry.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- 工作流模块 --> |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>ruoyi-workflow</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | |