davsclaus commented on code in PR #15468:
URL: https://github.com/apache/camel/pull/15468#discussion_r1751441218
##########
dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesExport.java:
##########
@@ -289,7 +289,15 @@ public Integer export() throws Exception {
buildProperties.add("%s.kubernetes.image-pull-policy=%s".formatted(propPrefix,
imagePullPolicy));
}
- // Quarkus Runtime specific
+ // Runtime specific for Main
+ if (runtime == RuntimeType.main) {
+ addDependencies("org.apache.camel:camel-health",
+ "org.apache.camel:camel-platform-http-main",
+ "org.apache.camel:camel-rest",
+ "org.apache.camel:camel-rest-openapi");
Review Comment:
why is rest-openapi being added ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]