You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/06/21 22:20:23 UTC

[camel-karavan] branch main updated: Update pom.xml

This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 48d018f  Update pom.xml
48d018f is described below

commit 48d018f17d7400dd4d30153ba5fe940109a8eecb
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Tue Jun 21 18:20:19 2022 -0400

    Update pom.xml
---
 karavan-app/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karavan-app/pom.xml b/karavan-app/pom.xml
index ef5284a..4649aa7 100644
--- a/karavan-app/pom.xml
+++ b/karavan-app/pom.xml
@@ -101,7 +101,7 @@
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-container-image-jib</artifactId>
+            <artifactId>quarkus-container-image-docker</artifactId>
             <scope>compile</scope>
         </dependency>
         <dependency>