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 7b48f05cd58 CAMEL-21292: camel-jbang - Export to quarkus should map 3rd-party JARs to quarkiverse JARs 7b48f05cd58 is described below commit 7b48f05cd58ee629cb73365c4abcbfcf75c07b49 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Oct 1 12:41:40 2024 +0200 CAMEL-21292: camel-jbang - Export to quarkus should map 3rd-party JARs to quarkiverse JARs --- .../camel-jbang-core/src/main/resources/quarkus-dependencies.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-dependencies.properties b/dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-dependencies.properties index bf8fdb1875f..bd4bd10ecab 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-dependencies.properties +++ b/dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-dependencies.properties @@ -15,4 +15,4 @@ ## limitations under the License. ## --------------------------------------------------------------------------- -org.messaginghub\:pooled-jms = io.quarkiverse.messaginghub:quarkus-pooled-jms:2.5.0 \ No newline at end of file +org.messaginghub\:pooled-jms = io.quarkiverse.messaginghub:quarkus-pooled-jms \ No newline at end of file