<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-jackson</artifactId>
<version>4.23.0</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-jackson" % "4.23.0"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-jackson', version='4.23.0')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-jackson" rev="4.23.0" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-messaging</artifactId> <version>4.23.0</version> </parent>
compile
|-- io.smallrye.reactive:smallrye-reactive-messaging-api
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
|-- jakarta.annotation:jakarta.annotation-api
provided
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-annotations
test
|-- io.smallrye.config:smallrye-config
|-- io.smallrye.reactive:test-common
|-- io.smallrye.reactive:smallrye-reactive-messaging-jms
|-- jakarta.json:jakarta.json-api
|-- org.apache.activemq:artemis-jakarta-client