davsclaus commented on code in PR #15915: URL: https://github.com/apache/camel/pull/15915#discussion_r1795870963
########## components/camel-aws/camel-aws2-ddb/pom.xml: ########## @@ -62,6 +62,12 @@ <scope>provided</scope> <optional>true</optional> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-gson</artifactId> + <scope>provided</scope> Review Comment: I wonder if the other components with this data type transformer has optional for some JARs? If we dont really do that, then its likely better to just have it normal so everything can work out of the box. And instead of camel-gson, it can dependet on just google-gson -- 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