Skip to content

Commit

Permalink
(#9297)
Browse files Browse the repository at this point in the history
- use implementation dependency on `:javaagent-bootstrap`
  • Loading branch information
cleverchuk committed Oct 12, 2023
1 parent 07c9fca commit 7683547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
base.archivesName.set("${base.archivesName.get()}-autoconfigure")

dependencies {
compileOnly(project(":javaagent-bootstrap"))
implementation(project(":javaagent-bootstrap"))
library("org.apache.logging.log4j:log4j-core:2.17.0")

testImplementation(project(":instrumentation:log4j:log4j-context-data:log4j-context-data-common:testing"))
Expand Down

0 comments on commit 7683547

Please sign in to comment.