christophd commented on code in PR #1162: URL: https://github.com/apache/camel-kamelets/pull/1162#discussion_r1032531015
########## library/camel-kamelets-utils/pom.xml: ########## @@ -71,12 +71,22 @@ <artifactId>camel-kafka</artifactId> </dependency> - <!-- AWS Dynamo DB camel component --> + <!-- Optional dependencies for data type conversion --> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-aws2-ddb</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-aws2-s3</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloudevents</artifactId> + <!--<scope>provided</scope>--> Review Comment: I removed the dependency in favor of using plain String constants -- 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