zhfeng commented on code in PR #3931:
URL: https://github.com/apache/camel-quarkus/pull/3931#discussion_r927251134
##########
extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json:
##########
@@ -11,7 +11,7 @@
"supportLevel": "Preview",
"groupId": "org.apache.camel.quarkus",
"artifactId": "camel-quarkus-qute-component",
- "version": "2.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
Review Comment:
Please rebase it with upstream.
##########
integration-tests/google-bigquery/pom.xml:
##########
@@ -107,20 +107,6 @@
</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>
Review Comment:
Please rebase
##########
poms/bom/pom.xml:
##########
@@ -1844,6 +1930,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-directvm</artifactId>
+ <version>${camel.version}</version>
+ </dependency>
Review Comment:
Why you need this component?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]