You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2021/02/09 12:19:34 UTC

[camel-quarkus] branch master updated: Explicited the provided scope of svm to align with other extensions

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7734ba4  Explicited the provided scope of svm to align with other extensions
7734ba4 is described below

commit 7734ba4e884b253d8fbad9e78f8ab811cdeb78c9
Author: aldettinger <al...@gmail.com>
AuthorDate: Tue Feb 9 13:18:56 2021 +0100

    Explicited the provided scope of svm to align with other extensions
---
 extensions/grpc/runtime/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extensions/grpc/runtime/pom.xml b/extensions/grpc/runtime/pom.xml
index 90a0ade..beaf8d2 100644
--- a/extensions/grpc/runtime/pom.xml
+++ b/extensions/grpc/runtime/pom.xml
@@ -68,6 +68,7 @@
         <dependency>
             <groupId>org.graalvm.nativeimage</groupId>
             <artifactId>svm</artifactId>
+            <scope>provided</scope>
         </dependency>
     </dependencies>