Skip to content

Instantly share code, notes, and snippets.

@FossiFoo
Created February 14, 2018 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FossiFoo/67c526ae6a85d55f28a70c3c6a33dda1 to your computer and use it in GitHub Desktop.
Save FossiFoo/67c526ae6a85d55f28a70c3c6a33dda1 to your computer and use it in GitHub Desktop.
./gradlew :core-all:dependencyInsight --configuration compile --dependency opentracing
:core-all:dependencyInsight
io.opentracing:opentracing-api:0.31.0
+--- io.opentracing:opentracing-noop:0.31.0
| \--- io.opentracing:opentracing-util:0.31.0
| \--- io.opentracing.contrib:opentracing-web-servlet-filter:0.1.0
| \--- compile
+--- io.opentracing:opentracing-util:0.31.0 (*)
+--- io.opentracing.brave:brave-opentracing:0.27.0
| \--- compile
\--- io.opentracing.contrib:opentracing-web-servlet-filter:0.1.0 (*)
io.opentracing:opentracing-noop:0.31.0
\--- io.opentracing:opentracing-util:0.31.0
\--- io.opentracing.contrib:opentracing-web-servlet-filter:0.1.0
\--- compile
io.opentracing:opentracing-util:0.31.0
\--- io.opentracing.contrib:opentracing-web-servlet-filter:0.1.0
\--- compile
io.opentracing.brave:brave-opentracing:0.27.0
\--- compile
io.opentracing.contrib:opentracing-web-servlet-filter:0.1.0
\--- compile
(*) - dependencies omitted (listed previously)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment