You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2023/08/21 21:42:09 UTC

[camel-quarkus] 01/01: Fix grpc integration test, missing quarkus-maven-plugin version

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

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

commit a459b9b5471529afc9bbbf143a9aec4331be1fcd
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Mon Aug 21 18:42:03 2023 -0300

    Fix grpc integration test, missing quarkus-maven-plugin version
---
 integration-tests/grpc/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/integration-tests/grpc/pom.xml b/integration-tests/grpc/pom.xml
index 843227c5dd..d290627e1d 100644
--- a/integration-tests/grpc/pom.xml
+++ b/integration-tests/grpc/pom.xml
@@ -131,6 +131,7 @@
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
+                <version>${quarkus.platform.version}</version>
                 <extensions>true</extensions>
                 <executions>
                     <execution>