Commit 3bd0da66 authored by meng.cheng's avatar meng.cheng

清理无用代码

parent e91d1b48
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.4.0</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.4.0</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.4.0</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......@@ -92,6 +92,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.4.0</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.4.0</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.quantgroup</groupId>
<artifactId>commons-parent</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<parent>
<groupId>org.springframework.boot</groupId>
......@@ -18,7 +18,7 @@
<module>commons-core</module>
<module>commons-spring</module>
<module>shutdown-spring-boot-starter</module>
<module>brave-spring-boot-starter</module>
<!-- <module>brave-spring-boot-starter</module>-->
<module>idgenerator-spring-boot-starter</module>
<!--<module>enoch-agent-spring-boot-starter</module>-->
<module>elastic-job-lite-spring-boot-starter</module>
......@@ -35,10 +35,11 @@
<lombok.version>1.16.20</lombok.version>
<guava.version>23.0</guava.version>
<apollo.client.version>0.10.2</apollo.client.version>
<common.parent.version>0.4.0</common.parent.version>
<common.parent.version>0.5.0</common.parent.version>
</properties>
<dependencies>
<!--所有工程基础依赖. apollo 配置中心-->
<dependency>
<groupId>com.ctrip.framework.apollo</groupId>
......@@ -73,29 +74,26 @@
</dependency>
<dependency>
<groupId>cn.quantgroup</groupId>
<artifactId>commons-core</artifactId>
<artifactId>shutdown-spring-boot-starter</artifactId>
<version>${common.parent.version}</version>
</dependency>
<dependency>
<groupId>cn.quantgroup</groupId>
<artifactId>shutdown-spring-boot-starter</artifactId>
<artifactId>idgenerator-spring-boot-starter</artifactId>
<version>${common.parent.version}</version>
</dependency>
<dependency>
<!-- <dependency>
<groupId>cn.quantgroup</groupId>
<artifactId>brave-spring-boot-starter</artifactId>
<artifactId>enoch-agent-spring-boot-starter</artifactId>
<version>${common.parent.version}</version>
</dependency>
<dependency>
<groupId>cn.quantgroup</groupId>
<artifactId>idgenerator-spring-boot-starter</artifactId>
<artifactId>brave-spring-boot-starter</artifactId>
<version>${common.parent.version}</version>
</dependency>
<!-- <dependency>
<groupId>cn.quantgroup</groupId>
<artifactId>enoch-agent-spring-boot-starter</artifactId>
<version>${common.parent.version}</version>
</dependency>-->
-->
<dependency>
<groupId>cn.quantgroup</groupId>
<artifactId>elastic-job-lite-spring-boot-starter</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>cn.quantgroup</groupId>
<version>0.4.0</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment