Skip to content

Commit

Permalink
Revert "Upgrade to OpenTracing 0.31; Jaeger 0.23 (#189)"
Browse files Browse the repository at this point in the history
This reverts commit 0a63b21.
  • Loading branch information
yborovikov authored Jan 21, 2018
1 parent 0a63b21 commit d0695c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
<jmh.version>1.19</jmh.version>
<se.eris.notnull.instrument>false</se.eris.notnull.instrument><!-- off by default -->
<slf4j.version>1.7.25</slf4j.version>
<com.uber.jaeger.version>0.23.0</com.uber.jaeger.version>

</properties>

Expand Down Expand Up @@ -159,7 +158,12 @@
<dependency>
<groupId>io.opentracing</groupId>
<artifactId>opentracing-api</artifactId>
<version>0.31.0</version>
<version>0.30.0</version>
</dependency>
<dependency>
<groupId>com.uber.jaeger</groupId>
<artifactId>jaeger-core</artifactId>
<version>0.21.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down
7 changes: 0 additions & 7 deletions tchannel-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@
<dependency>
<groupId>com.uber.jaeger</groupId>
<artifactId>jaeger-core</artifactId>
<version>${com.uber.jaeger.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
7 changes: 0 additions & 7 deletions tchannel-crossdock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@
<dependency>
<groupId>com.uber.jaeger</groupId>
<artifactId>jaeger-core</artifactId>
<version>${com.uber.jaeger.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit d0695c4

Please sign in to comment.