Remove unnecessary exclusion (#539)
This commit is contained in:
parent
f61b316b67
commit
7b06e2fb7a
|
@ -10,10 +10,7 @@ configurations {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile(project(':auto-bootstrap')) {
|
||||
// This only needs to exist in the bootstrap, not the instrumentation jar.
|
||||
exclude group: 'org.slf4j', module: 'slf4j-simple'
|
||||
}
|
||||
compile(project(':auto-bootstrap'))
|
||||
compile(project(':utils:thread-utils'))
|
||||
|
||||
compile deps.opentelemetryApi
|
||||
|
|
Loading…
Reference in New Issue