File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
instrumentation/spring/spring-cloud-aws-3.0/javaagent Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,13 @@ muzzle {
1212}
1313
1414dependencies {
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}
You can’t perform that action at this time.
0 commit comments