JiriOndrusek commented on code in PR #4345: URL: https://github.com/apache/camel-quarkus/pull/4345#discussion_r1050834747
########## integration-test-groups/aws2/aws2-cw/pom.xml: ########## @@ -39,6 +39,10 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> + <dependency> + <groupId>io.quarkus</groupId> + <artifactId>quarkus-resteasy-jackson</artifactId> Review Comment: I agree that we should avoid using `quarkus-resteasy-jackson`. I'll refactor the code and then we can decide whether it is the right way to go. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org