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

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


The following commit(s) were added to refs/heads/main by this push:
     new 555a329a chore(deps): remove non required dependency
555a329a is described below

commit 555a329ab1bfb3947095fd4fa04698a21f4518b2
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Sep 19 10:40:39 2023 +0200

    chore(deps): remove non required dependency
---
 camel-k-core/runtime/pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/camel-k-core/runtime/pom.xml b/camel-k-core/runtime/pom.xml
index dfc748f8..df6831d5 100644
--- a/camel-k-core/runtime/pom.xml
+++ b/camel-k-core/runtime/pom.xml
@@ -48,12 +48,6 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-core</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-development-mode-spi</artifactId>
-            <version>${quarkus-version}</version>
-        </dependency>
     </dependencies>
 
     <build>
@@ -68,8 +62,8 @@
                         
<runnerParentFirstArtifact>org.graalvm.js:js</runnerParentFirstArtifact>
                         
<runnerParentFirstArtifact>org.graalvm.regex:regex</runnerParentFirstArtifact>
                         
<runnerParentFirstArtifact>org.graalvm.truffle:truffle-api</runnerParentFirstArtifact>
-                    </runnerParentFirstArtifacts>                    
-                </configuration>                
+                    </runnerParentFirstArtifacts>
+                </configuration>
                 <executions>
                     <execution>
                         <goals>

Reply via email to