From 7b06e2fb7a409957cd8ce8a75f988c9b3cc279c7 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sat, 20 Jun 2020 17:53:32 -0700 Subject: [PATCH] Remove unnecessary exclusion (#539) --- agent-tooling/agent-tooling.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/agent-tooling/agent-tooling.gradle b/agent-tooling/agent-tooling.gradle index 53a3bc9ce5..ffdbbabdc1 100644 --- a/agent-tooling/agent-tooling.gradle +++ b/agent-tooling/agent-tooling.gradle @@ -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