File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
instrumentation/spring/spring-boot-autoconfigure Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ dependencies {
25
25
compileOnly(" jakarta.servlet:jakarta.servlet-api:5.0.0" )
26
26
implementation(project(" :instrumentation:spring:spring-webflux:spring-webflux-5.3:library" ))
27
27
implementation(project(" :instrumentation:micrometer:micrometer-1.5:library" ))
28
+ implementation(project(" :instrumentation:log4j:log4j-appender-2.17:library" ))
29
+ compileOnly(" org.apache.logging.log4j:log4j-core:2.17.0" )
30
+ implementation(project(" :instrumentation:logback:logback-appender-1.0:library" ))
31
+ compileOnly(" ch.qos.logback:logback-classic:1.0.0" )
28
32
29
33
library(" org.springframework.kafka:spring-kafka:2.9.0" )
30
34
library(" org.springframework.boot:spring-boot-starter-actuator:$springBootVersion " )
@@ -41,10 +45,6 @@ dependencies {
41
45
compileOnly(" io.opentelemetry:opentelemetry-exporter-otlp" )
42
46
compileOnly(" io.opentelemetry:opentelemetry-exporter-zipkin" )
43
47
compileOnly(project(" :instrumentation-annotations" ))
44
- compileOnly(project(" :instrumentation:log4j:log4j-appender-2.17:library" ))
45
- compileOnly(" org.apache.logging.log4j:log4j-core:2.17.0" )
46
- compileOnly(project(" :instrumentation:logback:logback-appender-1.0:library" ))
47
- compileOnly(" ch.qos.logback:logback-classic:1.0.0" )
48
48
49
49
compileOnly(project(" :instrumentation:resources:library" ))
50
50
annotationProcessor(" com.google.auto.service:auto-service" )
You can’t perform that action at this time.
0 commit comments