Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Fix jaeger-client dependency jaeger-thrift no-shadow artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Jul 11, 2018
1 parent f3f6fdd commit c615eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaeger-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {

// for the other projects, we can add the dependency on the projects themselves
compile project(':jaeger-core')
compile project(':jaeger-thrift')
compile project(':jaeger-tracerresolver')

testCompile project(':jaeger-thrift')
testCompile group: 'junit', name: 'junit', version: junitVersion
}

0 comments on commit c615eda

Please sign in to comment.