|
@@ -34,6 +34,7 @@
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
|
<!-- 微服务 -->
|
|
<!-- 微服务 -->
|
|
|
|
+ <jflow-core.version>1.1.0</jflow-core.version>
|
|
<lttc-moudule-system.version>1.0.0</lttc-moudule-system.version>
|
|
<lttc-moudule-system.version>1.0.0</lttc-moudule-system.version>
|
|
<spring-cloud.version>2021.0.3</spring-cloud.version>
|
|
<spring-cloud.version>2021.0.3</spring-cloud.version>
|
|
<spring-cloud-alibaba.version>2021.0.1.0</spring-cloud-alibaba.version>
|
|
<spring-cloud-alibaba.version>2021.0.1.0</spring-cloud-alibaba.version>
|
|
@@ -87,6 +88,7 @@
|
|
<module>jeecg-module-demo</module>
|
|
<module>jeecg-module-demo</module>
|
|
<module>jeecg-module-system</module>
|
|
<module>jeecg-module-system</module>
|
|
<module>lttc-module-system</module>
|
|
<module>lttc-module-system</module>
|
|
|
|
+ <module>jflow-core</module>
|
|
<!-- <module>jeecg-module-appmanage</module>-->
|
|
<!-- <module>jeecg-module-appmanage</module>-->
|
|
</modules>
|
|
</modules>
|
|
|
|
|
|
@@ -152,6 +154,13 @@
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
+ <!--引入jflow-core-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.jeecgframework.boot</groupId>
|
|
|
|
+ <artifactId>jflow-core</artifactId>
|
|
|
|
+ <version>${jflow-core.version}</version>
|
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ </dependency>
|
|
<!--引入lttc-system-->
|
|
<!--引入lttc-system-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.lttc</groupId>
|
|
<groupId>cn.lttc</groupId>
|