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