Skip to content

Commit 01c5d2d

Browse files
committed
address review comment
1 parent ae2e3b2 commit 01c5d2d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

instrumentation/spring/spring-cloud-aws-3.0/javaagent/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,13 @@ muzzle {
1212
}
1313

1414
dependencies {
15-
// current latest release 3.3.0-M1 has parent that is from central because of that we can't use
16-
// library here and have to use compileOnly + testImplementation to avoid resolving the broken
17-
// version
18-
compileOnly("io.awspring.cloud:spring-cloud-aws-starter-sqs:3.0.0")
15+
library("io.awspring.cloud:spring-cloud-aws-starter-sqs:3.0.0")
1916
implementation(project(":instrumentation:aws-sdk:aws-sdk-2.2:library"))
2017

2118
testInstrumentation(project(":instrumentation:aws-sdk:aws-sdk-2.2:javaagent"))
2219

2320
testImplementation("org.elasticmq:elasticmq-rest-sqs_2.13")
2421

25-
testLibrary("io.awspring.cloud:spring-cloud-aws-starter-sqs:3.0.0")
2622
testLibrary("org.springframework.boot:spring-boot-starter-test:3.0.0")
2723
testLibrary("org.springframework.boot:spring-boot-starter-web:3.0.0")
2824
}

0 commit comments

Comments
 (0)