|
@@ -5,14 +5,12 @@
|
|
<parent>
|
|
<parent>
|
|
<artifactId>approve-core</artifactId>
|
|
<artifactId>approve-core</artifactId>
|
|
<groupId>com.dragoninfo.dcuc</groupId>
|
|
<groupId>com.dragoninfo.dcuc</groupId>
|
|
- <version>1.1.0-tjdsj-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>1.2.0-tjdsj-SNAPSHOT</version>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
<artifactId>approve-core-service</artifactId>
|
|
<artifactId>approve-core-service</artifactId>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<!--配置 duceap 开始-->
|
|
<!--配置 duceap 开始-->
|
|
<!-- 引入duceap-cloud核心包-->
|
|
<!-- 引入duceap-cloud核心包-->
|
|
@@ -78,8 +76,8 @@
|
|
<!--配置第三方组件开始-->
|
|
<!--配置第三方组件开始-->
|
|
<!--oracle 引入-->
|
|
<!--oracle 引入-->
|
|
<!--<dependency>-->
|
|
<!--<dependency>-->
|
|
- <!--<groupId>com.oracle</groupId>-->
|
|
|
|
- <!--<artifactId>ojdbc6</artifactId>-->
|
|
|
|
|
|
+ <!--<groupId>com.oracle</groupId>-->
|
|
|
|
+ <!--<artifactId>ojdbc6</artifactId>-->
|
|
<!--</dependency>-->
|
|
<!--</dependency>-->
|
|
<!--mysql 引入-->
|
|
<!--mysql 引入-->
|
|
<dependency>
|
|
<dependency>
|
|
@@ -131,11 +129,11 @@
|
|
<version>2.6.0</version>
|
|
<version>2.6.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
<!--redis结束-->
|
|
<!--redis结束-->
|
|
-
|
|
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.dragoninfo.dcuc</groupId>
|
|
<groupId>com.dragoninfo.dcuc</groupId>
|
|
<artifactId>approve-api</artifactId>
|
|
<artifactId>approve-api</artifactId>
|
|
- <version>1.1.0-tjdsj-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -202,7 +200,7 @@
|
|
<!--取消依赖包的时间戳-->
|
|
<!--取消依赖包的时间戳-->
|
|
<useBaseVersion>true</useBaseVersion>
|
|
<useBaseVersion>true</useBaseVersion>
|
|
<!--排除licenseignore包,用来禁用许可开关,防止生产环境通过关闭开关,绕过许可-->
|
|
<!--排除licenseignore包,用来禁用许可开关,防止生产环境通过关闭开关,绕过许可-->
|
|
- <!-- <excludeArtifactIds>duceap-support-licenseignore</excludeArtifactIds>-->
|
|
|
|
|
|
+ <!-- <excludeArtifactIds>duceap-support-licenseignore</excludeArtifactIds>-->
|
|
</configuration>
|
|
</configuration>
|
|
</execution>
|
|
</execution>
|
|
<execution>
|
|
<execution>
|