Replies: 1 comment
-
You should update to at least Quarkus 3.10 (also |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
i'm used smallrye-reactive-messaging-aws-sqs but recieved error in build my application
Caused by: java.lang.NoClassDefFoundError: io/smallrye/reactive/messaging/providers/helpers/VertxJsonMapping
Part my pom.xml
<dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>netty-nio-client</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-reactive-messaging</artifactId> </dependency> <dependency> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-messaging-provider</artifactId> </dependency> <dependency> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-messaging-aws-sqs</artifactId> <version>4.21.0</version> </dependency> <dependency> <groupId>io.smallrye.reactive</groupId> <artifactId>mutiny</artifactId> </dependency> <dependency> <groupId>io.quarkiverse.amazonservices</groupId> <artifactId>quarkus-amazon-sqs</artifactId> </dependency>
My application properties

Quarkus version is 3.8.4
can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions