This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new eaf4bebb0d Regenerate google-bigquery itest pseudo dependencies after
accidental removal
eaf4bebb0d is described below
commit eaf4bebb0dfee71b7334a8e3dca860beaf3e026f
Author: James Netherton <[email protected]>
AuthorDate: Thu Jul 21 14:22:17 2022 +0100
Regenerate google-bigquery itest pseudo dependencies after accidental
removal
---
integration-tests/google-bigquery/pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/integration-tests/google-bigquery/pom.xml
b/integration-tests/google-bigquery/pom.xml
index 2ea98d5cba..eb8263f3ea 100644
--- a/integration-tests/google-bigquery/pom.xml
+++ b/integration-tests/google-bigquery/pom.xml
@@ -97,6 +97,20 @@
</property>
</activation>
<dependencies>
+ <!-- The following dependencies guarantee that this module is
built after them. You can update them by running `mvn process-resources
-Pformat -N` from the source tree root directory -->
+ <dependency>
+ <groupId>org.apache.camel.quarkus</groupId>
+
<artifactId>camel-quarkus-google-bigquery-deployment</artifactId>
+ <version>${project.version}</version>
+ <type>pom</type>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
</profile>
</profiles>