Skip to content

Commit 222cc6b

Browse files
committed
hopefully fix latest dep tests
1 parent edc491d commit 222cc6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instrumentation/camel-2.20/javaagent/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val camelversion = "2.20.1" // first version that the tests pass on
1818
description = "camel-2-20"
1919

2020
dependencies {
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")

0 commit comments

Comments
 (0)