|
@@ -5,8 +5,8 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<parent>
|
|
|
- <groupId>com.chelvc.platform</groupId>
|
|
|
- <artifactId>platform-cloud</artifactId>
|
|
|
+ <groupId>com.chelvc.framework</groupId>
|
|
|
+ <artifactId>framework-cloud</artifactId>
|
|
|
<version>1.0.0-RELEASE</version>
|
|
|
<relativePath/>
|
|
|
</parent>
|
|
@@ -18,8 +18,8 @@
|
|
|
<properties>
|
|
|
<uc-api.version>1.0.0-SNAPSHOT</uc-api.version>
|
|
|
<trade-api.version>1.0.0-SNAPSHOT</trade-api.version>
|
|
|
- <platform-redis.version>1.0.0-RELEASE</platform-redis.version>
|
|
|
- <platform-security.version>1.0.0-RELEASE</platform-security.version>
|
|
|
+ <framework-redis.version>1.0.0-RELEASE</framework-redis.version>
|
|
|
+ <framework-security.version>1.0.0-RELEASE</framework-security.version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
@@ -36,15 +36,15 @@
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>com.chelvc.platform</groupId>
|
|
|
- <artifactId>platform-redis</artifactId>
|
|
|
- <version>${platform-redis.version}</version>
|
|
|
+ <groupId>com.chelvc.framework</groupId>
|
|
|
+ <artifactId>framework-redis</artifactId>
|
|
|
+ <version>${framework-redis.version}</version>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>com.chelvc.platform</groupId>
|
|
|
- <artifactId>platform-security</artifactId>
|
|
|
- <version>${platform-security.version}</version>
|
|
|
+ <groupId>com.chelvc.framework</groupId>
|
|
|
+ <artifactId>framework-security</artifactId>
|
|
|
+ <version>${framework-security.version}</version>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
</dependencies>
|