-
Hi, ist there a way to add dependencies (like camel-sql) to the debug session? |
Beta Was this translation helpful? Give feedback.
Answered by
ulise
Apr 25, 2023
Replies: 1 comment 2 replies
-
I'm not sure to understand the question. Do you mean when using the "Debug with Jbang" on a route which does not include a sql camel component? it is always possible to use a Camel on SpringBoot or Camel on Quarkus and so providing dependencies in the pom.xml. In this case, you need to use launch configurations and tasks and cannot use the shortcut action. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, sorry to be so unclear. I want to start a java route using "run and debug with jbang..." in vscode, but I need some extra dependencies.
I found meanwhile, that I could add them to camel-jbang-run.properties, right? Many thanks.