|
@@ -24,17 +24,15 @@
|
|
|
<mysql.version>5.1.49</mysql.version>
|
|
|
<lombok.version>1.18.24</lombok.version>
|
|
|
<sm.tools.version>1.2.1-SNAPSHOT</sm.tools.version>
|
|
|
+ <qm.tj.audit.version>1.0.2-SNAPSHOT</qm.tj.audit.version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
- <!-- 导入duceap-cloud 2.0 POM定义-->
|
|
|
<dependency>
|
|
|
<groupId>com.dragonsoft</groupId>
|
|
|
- <artifactId>duceap-cloud-parent</artifactId>
|
|
|
- <version>${duceap.version}</version>
|
|
|
- <type>pom</type>
|
|
|
- <scope>import</scope>
|
|
|
+ <artifactId>auditlog-qm-tj</artifactId>
|
|
|
+ <version>${qm.tj.audit.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--oracle 引入-->
|
|
@@ -109,6 +107,14 @@
|
|
|
<artifactId>sm-tools-local</artifactId>
|
|
|
<version>${sm.tools.version}</version>
|
|
|
</dependency>
|
|
|
+ <!-- 导入duceap-cloud 2.0 POM定义-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.dragonsoft</groupId>
|
|
|
+ <artifactId>duceap-cloud-parent</artifactId>
|
|
|
+ <version>${duceap.version}</version>
|
|
|
+ <type>pom</type>
|
|
|
+ <scope>import</scope>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
</dependencyManagement>
|