JiriOndrusek commented on code in PR #4653: URL: https://github.com/apache/camel-quarkus/pull/4653#discussion_r1138638484
########## integration-tests/cxf-soap-grouped/pom.xml: ########## @@ -72,6 +72,10 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-jaxb</artifactId> + </dependency> Review Comment: Hi @ppalaga , I had to add reference to camel-quarkus-jaxb to allow converter tests to be successful. On the other hand it might "cover" some issues in cxf (because there is more dependencies). What do you think, should I keep the added dependency (as is now)? -- 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