You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Raster Foundry, we depend on jaeger-tracing with scala-opentracing for local traces. unusedCompileDependencies reports that it's not needed. Removing the dependency causes compilation to fail.
The reported unused library is: "io.jaegertracing" % "jaeger-client" % "1.0.0". Adding "io.jaegertracing"and `io.jaegertracing.jaeger-client" to the moduleFilter also appeared to have no effect (I did the wrong thing on that part).
In Raster Foundry, we depend on
jaeger-tracing
withscala-opentracing
for local traces.unusedCompileDependencies
reports that it's not needed. Removing the dependency causes compilation to fail.The reported unused library is:
"io.jaegertracing" % "jaeger-client" % "1.0.0"
. Adding"io.jaegertracing"
and `io.jaegertracing.jaeger-client" to the moduleFilter also appeared to have no effect(I did the wrong thing on that part).The PR in question: raster-foundry/raster-foundry#5224
The text was updated successfully, but these errors were encountered: