|
|
@@ -248,6 +248,18 @@ |
|
|
|
<groupId>com.ningdatech</groupId> |
|
|
|
<artifactId>nd-flowable-starter</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.ningdatech</groupId> |
|
|
|
<artifactId>nd-zwdd-starter</artifactId> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
<artifactId>slf4j-log4j12</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
<version>1.0.0</version> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
<!-- 打包 --> |
|
|
|
<!--配置环境的profile--> |
|
|
|