Skip to content

Commit

Permalink
include annotation library in spring starter
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 20, 2024
1 parent d256afc commit bef5128
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies {
api("org.springframework.boot:spring-boot-starter:$springBootVersion")
api("org.springframework.boot:spring-boot-starter-aop:$springBootVersion")
api(project(":instrumentation:spring:spring-boot-autoconfigure"))
api(project(":instrumentation-annotations"))
implementation(project(":instrumentation:resources:library"))
implementation("io.opentelemetry:opentelemetry-extension-trace-propagators")
implementation("io.opentelemetry.contrib:opentelemetry-aws-xray-propagator")
Expand Down

0 comments on commit bef5128

Please sign in to comment.