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/07 19:49:18 UTC

[camel-karavan] branch main updated: Fix (#360)

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 c119205  Fix (#360)
c119205 is described below

commit c119205c195655a299b362c7ce558001d7a9872c
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Tue Jun 7 15:49:13 2022 -0400

    Fix (#360)
---
 karavan-app/pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/karavan-app/pom.xml b/karavan-app/pom.xml
index bb84d2f..67e2ada 100644
--- a/karavan-app/pom.xml
+++ b/karavan-app/pom.xml
@@ -94,21 +94,21 @@
             <artifactId>camel-quarkus-kubernetes</artifactId>
             <version>2.9.0</version>
         </dependency>
-        <dependency>
-            <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-openshift</artifactId>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>io.quarkus</groupId>-->
+<!--            <artifactId>quarkus-openshift</artifactId>-->
+<!--        </dependency>-->
         <!-- Code generator -->
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-openapi-rest-dsl-generator</artifactId>
             <version>${version.camel}</version>
         </dependency>
-<!--        <dependency>-->
-<!--            <groupId>io.quarkus</groupId>-->
-<!--            <artifactId>quarkus-container-image-docker</artifactId>-->
-<!--            <scope>compile</scope>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>io.quarkus</groupId>
+            <artifactId>quarkus-container-image-docker</artifactId>
+            <scope>compile</scope>
+        </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-junit5</artifactId>