Skip to content

Commit

Permalink
clean up x-ray remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
lucjross committed Oct 13, 2024
1 parent 77453fd commit 500146f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions extensions/aws-xray-extension/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ description = "Extension for integration AWS Xray Tracing into the Message Liste

val awsXrayVersion: String by project

configurations.all {
resolutionStrategy.eachDependency {
if (requested.group.startsWith("com.fasterxml.jackson")) {
// 2.17.2 is incompatible but needed by other subprojects
useVersion("2.15.2")
}
}
}

dependencies {
api("com.amazonaws:aws-xray-recorder-sdk-core:$awsXrayVersion")
api(project(":java-dynamic-sqs-listener-api"))
Expand Down
9 changes: 0 additions & 9 deletions extensions/aws-xray-extension/spring-boot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ description = "Extension for integration AWS Xray Tracing into the Message Liste

val springBootVersion: String by project

configurations.all {
resolutionStrategy.eachDependency {
if (requested.group.startsWith("com.fasterxml.jackson")) {
// 2.17.2 is incompatible but needed by other subprojects
useVersion("2.15.2")
}
}
}

dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:$springBootVersion"))

Expand Down

0 comments on commit 500146f

Please sign in to comment.