File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
instrumentation/camel-2.20/javaagent Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ val camelversion = "2.20.1" // first version that the tests pass on
1818description = " camel-2-20"
1919
2020dependencies {
21- library (" org.apache.camel:camel-core:$camelversion " )
21+ compileOnly (" org.apache.camel:camel-core:$camelversion " )
2222 implementation(" io.opentelemetry.contrib:opentelemetry-aws-xray-propagator" )
2323
2424 // without adding this dependency, javadoc fails:
@@ -35,6 +35,7 @@ dependencies {
3535 testInstrumentation(project(" :instrumentation:servlet:servlet-3.0:javaagent" ))
3636 testInstrumentation(project(" :instrumentation:aws-sdk:aws-sdk-1.11:javaagent" ))
3737
38+ testImplementation(" org.apache.camel:camel-core:$camelversion " )
3839 testImplementation(" org.apache.camel:camel-spring-boot-starter:$camelversion " )
3940 testImplementation(" org.apache.camel:camel-jetty-starter:$camelversion " )
4041 testImplementation(" org.apache.camel:camel-http-starter:$camelversion " )
You can’t perform that action at this time.
0 commit comments