This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new cf3d851821a CAMEL-18188: camel-jbang - Use apache maven to download JARs instead of groovy grape cf3d851821a is described below commit cf3d851821a7b0d8044edb9c96adf1974d6af783 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jun 13 15:58:49 2022 +0200 CAMEL-18188: camel-jbang - Use apache maven to download JARs instead of groovy grape --- .../src/main/java/org/apache/camel/main/DependencyUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/DependencyUtil.java b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/DependencyUtil.java index 706374ae33a..325edfb2ca2 100644 --- a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/DependencyUtil.java +++ b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/DependencyUtil.java @@ -42,7 +42,7 @@ final class DependencyUtil { boolean offline, boolean transitively) { ConfigurableMavenResolverSystem resolver = Maven.configureResolver() - .withMavenCentralRepo(false) + .withMavenCentralRepo(true) .workOffline(offline); if (customRepos != null) {