davsclaus commented on code in PR #17416: URL: https://github.com/apache/camel/pull/17416#discussion_r1995559543
########## dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java: ########## @@ -63,6 +64,7 @@ import org.apache.camel.util.FileUtil; import org.apache.camel.util.IOHelper; import org.apache.camel.util.StringHelper; +import org.apache.commons.io.IOUtils; Review Comment: We try to avoid having to much dependency on 3rd party JARs and as such for this its best to use what we already have in camel-util / camel-core itself -- 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