| | |
| | | |
| | | <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> |
| | |
| | | <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>${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> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>transmittable-thread-local</artifactId> |
| | |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <!-- 工作流模块 --> |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>ruoyi-workflow</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | |