|
|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-centre-platform</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
<packaging>pom</packaging>
|
|
|
<name>storlead-centre-platform</name>
|
|
|
|
|
|
@@ -102,12 +102,13 @@
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>com.storlead.boot</groupId>-->
|
|
|
<!-- <artifactId>storlead-dependencies</artifactId>-->
|
|
|
-<!-- <version>${revision}</version>-->
|
|
|
+<!-- <version>1.0</version>-->
|
|
|
<!-- <type>pom</type>-->
|
|
|
<!-- <scope>import</scope>-->
|
|
|
<!-- </dependency>-->
|
|
|
<!-- </dependencies>-->
|
|
|
<!-- </dependencyManagement>-->
|
|
|
+
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
@@ -119,67 +120,68 @@
|
|
|
<dependency>
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-framework</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
+ <type>pom</type>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-core</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-auth</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-redis</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-user</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-web</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-sms</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-mybatis</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-common</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-wx</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.storlead.boot</groupId>
|
|
|
<artifactId>storlead-centre-service</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- <!–swagger–>-->
|