|
|
@ -10,7 +10,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<name>RuoYi-Cloud-Plus</name>
|
|
|
|
<name>RuoYi-Cloud-Plus</name>
|
|
|
|
<url>https://gitee.com/dromara/RuoYi-Cloud-Plus</url>
|
|
|
|
<url>https://gitee.com/dromara/RuoYi-Cloud-Plus</url>
|
|
|
|
<description>RuoYi-Cloud-Plus微服务系统</description>
|
|
|
|
<description>制造MOM平台</description>
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<revision>2.2.2</revision>
|
|
|
|
<revision>2.2.2</revision>
|
|
|
@ -58,11 +58,13 @@
|
|
|
|
<anyline.version>8.7.2-20241022</anyline.version>
|
|
|
|
<anyline.version>8.7.2-20241022</anyline.version>
|
|
|
|
<!-- 工作流配置 -->
|
|
|
|
<!-- 工作流配置 -->
|
|
|
|
<flowable.version>7.0.1</flowable.version>
|
|
|
|
<flowable.version>7.0.1</flowable.version>
|
|
|
|
|
|
|
|
<!-- warm工作流配置-->
|
|
|
|
|
|
|
|
<warm-flow.version>1.6.8</warm-flow.version>
|
|
|
|
<!-- mq配置 -->
|
|
|
|
<!-- mq配置 -->
|
|
|
|
<rocketmq.version>2.3.0</rocketmq.version>
|
|
|
|
<rocketmq.version>2.3.0</rocketmq.version>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 插件版本 -->
|
|
|
|
<!-- 插件版本 -->
|
|
|
|
<maven-compiler-plugin.verison>3.11.0</maven-compiler-plugin.verison>
|
|
|
|
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
|
|
|
|
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
|
|
|
|
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
|
|
|
|
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
|
|
|
|
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
@ -371,6 +373,17 @@
|
|
|
|
<version>${rocketmq.version}</version>
|
|
|
|
<version>${rocketmq.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Warm-Flow国产工作流引擎, 在线文档:http://warm-flow.cn/ -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.dromara.warm</groupId>
|
|
|
|
|
|
|
|
<artifactId>warm-flow-mybatis-plus-sb3-starter</artifactId>
|
|
|
|
|
|
|
|
<version>${warm-flow.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.dromara.warm</groupId>
|
|
|
|
|
|
|
|
<artifactId>warm-flow-plugin-ui-sb-web</artifactId>
|
|
|
|
|
|
|
|
<version>${warm-flow.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
|
@ -394,7 +407,7 @@
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>${maven-compiler-plugin.verison}</version>
|
|
|
|
<version>${maven-compiler-plugin.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<source>${java.version}</source>
|
|
|
|
<source>${java.version}</source>
|
|
|
|
<target>${java.version}</target>
|
|
|
|
<target>${java.version}</target>
|
|
|
|