You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/03/05 10:07:11 UTC

[camel-quarkus] 01/02: Remove redundant svm dependency from the jackson runtime module

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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 02fe20002840a58bd0f692ede52d0ef134cbcd40
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Mar 4 14:46:43 2020 +0100

    Remove redundant svm dependency from the jackson runtime module
---
 extensions/jackson/runtime/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/extensions/jackson/runtime/pom.xml b/extensions/jackson/runtime/pom.xml
index 556981b..31be523 100644
--- a/extensions/jackson/runtime/pom.xml
+++ b/extensions/jackson/runtime/pom.xml
@@ -85,11 +85,6 @@
             <groupId>org.jboss.spec.javax.xml.bind</groupId>
             <artifactId>jboss-jaxb-api_2.3_spec</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.graalvm.nativeimage</groupId>
-            <artifactId>svm</artifactId>
-        </dependency>
     </dependencies>
 
     <build>