Skip to content

Commit

Permalink
Upgrade jaeger client starter
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonovalov committed Apr 10, 2019
1 parent 103056c commit 9195f72
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 0 additions & 1 deletion admin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-spring-jaeger-cloud-starter</artifactId>
<version>1.0.1</version>
</dependency>

<!-- TESTS -->
Expand Down
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,14 @@
<module>audit-flume</module>
</modules>
<packaging>pom</packaging>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-spring-jaeger-cloud-starter</artifactId>
<version>1.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
1 change: 0 additions & 1 deletion service-order/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-spring-jaeger-cloud-starter</artifactId>
<version>1.0.1</version>
</dependency>

</dependencies>
Expand Down
1 change: 0 additions & 1 deletion service-reservation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-spring-jaeger-cloud-starter</artifactId>
<version>1.0.1</version>
</dependency>

</dependencies>
Expand Down
1 change: 0 additions & 1 deletion service-time/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-spring-jaeger-cloud-starter</artifactId>
<version>1.0.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9195f72

Please sign in to comment.