We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00d48ce + 79717e6 commit 167f674Copy full SHA for 167f674
ids-connector/build.gradle.kts
@@ -31,6 +31,7 @@ dependencies {
31
implementation("org.apache.camel.springboot:camel-rest-starter")
32
implementation("org.apache.camel.springboot:camel-jetty-starter")
33
implementation("org.apache.camel.springboot:camel-http-starter")
34
+ implementation("org.apache.camel.springboot:camel-jsonpath-starter")
35
// IDSCP2
36
implementation(libs.camel.idscp2)
37
// Guava for weakly-keyed Map
0 commit comments