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 <[email protected]>
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>
 

Reply via email to