You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/05/30 13:15:40 UTC

[camel-k-runtime] 03/03: feat(deps): remove unused graalvm dependencies

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

commit acf2d9f2ea42fe85faec394c059773089a89e669
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon May 30 11:26:22 2022 +0200

    feat(deps): remove unused graalvm dependencies
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index c0f28263..d0592d9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -637,19 +637,6 @@
                 <version>${project.version}</version>
             </dependency>
 
-            <!-- graalvm -->
-            <dependency>
-                <groupId>org.graalvm.js</groupId>
-                <artifactId>js</artifactId>
-                <version>${graalvm-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.graalvm.nativeimage</groupId>
-                <artifactId>svm</artifactId>
-                <version>${graalvm-version}</version>
-                <scope>provided</scope>
-            </dependency>
-
             <!-- groovy -->
             <dependency>
                 <groupId>org.codehaus.groovy</groupId>