Could you be more specific, please? I can add line below, but that’s for runtime. I need to figure out design time - to prevent VS Code complaining about missing dependencies.
// camel-k: dependency=mvn:org.apache.camel.quarkus:camel-quarkus-core Thanks, Vlad > On 15. 4. 2024, at 16:43, Claudio Miranda <[email protected]> wrote: > > Em seg., 15 de abr. de 2024 às 15:14, Vladislav Krejcirik > <[email protected]> escreveu: >> >> Thanks for quick response! I do need reflection for my class. Please see my >> dummy Integration below. When I removed annotation, it was not able to find >> my ‘getRandomNumber’ method. When I added annotation, it worked just fine, >> but my VS Code was complaining about missing Quarkus dependency. > > You can add the maven artifact: io.quarkus:quarkus-core to the > dependency list, so the vscode can learn about the dependency. > > -- > Claudio Miranda > > [email protected] > http://www.claudius.com.br
