Remove unnecessary exclusion (#539)

This commit is contained in:
Trask Stalnaker 2020-06-20 17:53:32 -07:00 committed by GitHub
parent f61b316b67
commit 7b06e2fb7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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