Commit 37dc52ce authored by 朱劲松​'s avatar 朱劲松​

正式发布为0.0.5版本,通过优化pom文件,删除对zipkin的依赖,对commons.jar进行瘦身.已经打包上传至nexus.

parent 452401f7
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>cn.quantgroup</groupId> <groupId>cn.quantgroup</groupId>
<artifactId>commons</artifactId> <artifactId>commons</artifactId>
<version>0.0.4</version> <version>0.0.5</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -117,7 +117,12 @@ ...@@ -117,7 +117,12 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-zipkin-stream</artifactId> <artifactId>spring-cloud-sleuth-stream</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
......
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