Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Apr 18, 2024
1 parent db1086a commit 27f2ad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ otelJava {
dependencies {
val springBootVersion = "3.2.4"
library("org.springframework.boot:spring-boot-starter-web:$springBootVersion")
library(project(":instrumentation:spring:spring-boot-autoconfigure"))
compileOnly(project(":instrumentation:spring:spring-boot-autoconfigure"))
implementation(project(":instrumentation:spring:spring-web:spring-web-3.1:library"))

testLibrary("org.springframework.boot:spring-boot-starter-test:$springBootVersion") {
Expand Down

0 comments on commit 27f2ad5

Please sign in to comment.