You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
call kamel inspect MyRouteBuilderWithAdditionalDependencies.java with the specified file having this content:
// camel-k: dependency=mvn:com.github.camel-tooling/camel-lsp-server:1.1.0
import org.apache.camel.builder.RouteBuilder;
public class MyRouteBuilderWithAdditionalDependencies extends RouteBuilder{
public void configure() {
}
}
it returns: mvn:org.apache.camel.k/camel-k-loader-java
the declared depdency in modeline is missing
The text was updated successfully, but these errors were encountered:
apupier
changed the title
kamel inspect i snot providing dependencies specified in modeline
kamel inspect is not providing dependencies specified in modeline
Jan 19, 2021
call
kamel inspect MyRouteBuilderWithAdditionalDependencies.java
with the specified file having this content:it returns:
mvn:org.apache.camel.k/camel-k-loader-java
the declared depdency in modeline is missing
The text was updated successfully, but these errors were encountered: