<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-xpath</artifactId>
<version>3.2.2</version>
</dependency>
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-xpath" % "3.2.2"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-xpath', version='3.2.2')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-xpath" rev="3.2.2" />
<parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent-it</artifactId> <version>3.2.2</version> </parent>
compile
|-- org.apache.camel.quarkus:camel-quarkus-bean
|-- org.apache.camel.quarkus:camel-quarkus-direct
|-- org.apache.camel.quarkus:camel-quarkus-xpath
|-- io.quarkus:quarkus-resteasy
test