|
@@ -5,7 +5,7 @@
|
|
|
<parent>
|
|
|
<artifactId>dcuc-app</artifactId>
|
|
|
<groupId>com.dragoninfo</groupId>
|
|
|
- <version>2.0.0-SNAPSHOT</version>
|
|
|
+ <version>2.0.0-tjdsj-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
@@ -74,7 +74,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.dragoninfo</groupId>
|
|
|
<artifactId>dcuc-common</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
+ <version>2.0.0-SNAPSHOT</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<artifactId>hibernate-core</artifactId>
|
|
@@ -196,8 +196,8 @@
|
|
|
<goal>copy-dependencies</goal>
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
- <!-- <!–排除licenseignore包,用来禁用许可开关,防止生产环境通过关闭开关,绕过许可–>
|
|
|
- <excludeArtifactIds>duceap-support-licenseignore</excludeArtifactIds>-->
|
|
|
+ <!-- <!–排除licenseignore包,用来禁用许可开关,防止生产环境通过关闭开关,绕过许可–>
|
|
|
+ <excludeArtifactIds>duceap-support-licenseignore</excludeArtifactIds>-->
|
|
|
<!--<excludeScope>provided</excludeScope>-->
|
|
|
<outputDirectory>${project.build.directory}/lib</outputDirectory>
|
|
|
<!--取消依赖包的时间戳-->
|