mrinalsharma commented on code in PR #8749: URL: https://github.com/apache/camel/pull/8749#discussion_r1028596872
########## dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/common/RuntimeUtil.java: ########## @@ -83,4 +83,20 @@ public static void loadProperties(Properties properties, File file) throws IOExc } } + public static String getDependencies(Properties properties) { + String deps = properties.getProperty("camel.jbang.dependencies"); Review Comment: Sure, I should have the fix soon. -- 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