|
@@ -8,7 +8,7 @@
|
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
|
</parent>
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
-
|
|
|
|
|
|
|
+ <version>${report.revision}</version>
|
|
|
<artifactId>sckw-report</artifactId>
|
|
<artifactId>sckw-report</artifactId>
|
|
|
<description>报表服务</description>
|
|
<description>报表服务</description>
|
|
|
|
|
|
|
@@ -22,75 +22,89 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-startup</artifactId>
|
|
<artifactId>sckw-common-startup</artifactId>
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-core</artifactId>
|
|
<artifactId>sckw-common-core</artifactId>
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-remote</artifactId>
|
|
<artifactId>sckw-common-remote</artifactId>
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-datasource</artifactId>
|
|
<artifactId>sckw-common-datasource</artifactId>
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-redis</artifactId>
|
|
<artifactId>sckw-common-redis</artifactId>
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-stream</artifactId>
|
|
<artifactId>sckw-common-stream</artifactId>
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-seata</artifactId>
|
|
<artifactId>sckw-common-seata</artifactId>
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-sentinel</artifactId>
|
|
<artifactId>sckw-common-sentinel</artifactId>
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-mongo</artifactId>
|
|
<artifactId>sckw-common-mongo</artifactId>
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-excel</artifactId>
|
|
<artifactId>sckw-common-excel</artifactId>
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-system-api</artifactId>
|
|
<artifactId>sckw-system-api</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
|
|
|
|
+<!-- <version>1.0.0</version>-->
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-transport-api</artifactId>
|
|
<artifactId>sckw-transport-api</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
|
|
|
|
+<!-- <version>1.0.0</version>-->
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-order-api</artifactId>
|
|
<artifactId>sckw-order-api</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
|
|
|
|
+<!-- <version>1.0.0</version>-->
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-fleet-api</artifactId>
|
|
<artifactId>sckw-fleet-api</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
|
|
|
|
+<!-- <version>1.0.0</version>-->
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -113,21 +127,25 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-common-log</artifactId>
|
|
<artifactId>sckw-common-log</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
|
|
|
|
+<!-- <version>1.0.0</version>-->
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-payment-api</artifactId>
|
|
<artifactId>sckw-payment-api</artifactId>
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-contract-api</artifactId>
|
|
<artifactId>sckw-contract-api</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
|
|
|
|
+<!-- <version>1.0.0</version>-->
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sckw</groupId>
|
|
<groupId>com.sckw</groupId>
|
|
|
<artifactId>sckw-product-api</artifactId>
|
|
<artifactId>sckw-product-api</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
|
|
|
|
+<!-- <version>1.0.0</version>-->
|
|
|
|
|
+ <version>${basic.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
<build>
|
|
<build>
|