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 <ppal...@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>