Skip to content

Commit

Permalink
Merge 1dbd6b7 into 99892f0
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongZhang committed Sep 21, 2018
2 parents 99892f0 + 1dbd6b7 commit 00dafe8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sofaboot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<guice.version>3.0</guice.version>
<guava.version>18.0</guava.version>
<netty-all.version>4.1.6.Final</netty-all.version>
<zipkin.version>1.19.2</zipkin.version>
<zipkin.reporter.version>0.6.12</zipkin.reporter.version>
<!--plugin version-->
<maven.staging.plugin>1.6.7</maven.staging.plugin>
<maven.gpg.pluign>1.5</maven.gpg.pluign>
Expand Down Expand Up @@ -290,6 +292,16 @@
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin</artifactId>
<version>${zipkin.version}</version>
</dependency>
<dependency>
<groupId>io.zipkin.reporter</groupId>
<artifactId>zipkin-reporter</artifactId>
<version>${zipkin.reporter.version}</version>
</dependency>
<!-- 3rd lib dependency end -->

</dependencies>
Expand Down

0 comments on commit 00dafe8

Please sign in to comment.