This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 706b6f73db8aea81719425dab53b79b61a90f37b Author: Zheng Feng <[email protected]> AuthorDate: Fri Jun 30 16:54:24 2023 +0800 Revert "Disable google-bigquery native profile due to #5006" This reverts commit 14ad98d5d3c7ded6f0067fdf56a7dc91da8740e4. --- integration-tests/google-bigquery/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/google-bigquery/pom.xml b/integration-tests/google-bigquery/pom.xml index 17d7c2f69c..9c3915eb20 100644 --- a/integration-tests/google-bigquery/pom.xml +++ b/integration-tests/google-bigquery/pom.xml @@ -72,7 +72,6 @@ </dependencies> <profiles> - <!-- https://github.com/apache/camel-quarkus/issues/5006 <profile> <id>native</id> <activation> @@ -100,7 +99,6 @@ </plugins> </build> </profile> - --> <profile> <id>virtualDependencies</id> <activation>
