Created
February 14, 2018 12:37
-
-
Save FossiFoo/67c526ae6a85d55f28a70c3c6a33dda1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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