You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/02/12 07:29:08 UTC

[camel-quarkus] 03/03: Upgrade to cq-maven-plugin 0.30.0; now removes duplicate virtual deps comments

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

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

commit 81b7c64c58b2968573121a93e0e58e2aac260e1f
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Feb 11 17:58:53 2021 +0100

    Upgrade to cq-maven-plugin 0.30.0; now removes duplicate virtual deps comments
---
 extensions-jvm/redis/integration-test/pom.xml | 2 --
 extensions-jvm/spark/integration-test/pom.xml | 2 --
 integration-tests-aws2/aws2-sqs-sns/pom.xml   | 6 ++----
 integration-tests/debezium/pom.xml            | 2 --
 integration-tests/hazelcast/pom.xml           | 2 --
 integration-tests/jsonata/pom.xml             | 2 --
 integration-tests/leveldb/pom.xml             | 2 --
 integration-tests/msv/pom.xml                 | 2 --
 integration-tests/nsq/pom.xml                 | 2 --
 integration-tests/pgevent/pom.xml             | 2 --
 integration-tests/rest/pom.xml                | 2 --
 integration-tests/saga/pom.xml                | 2 --
 integration-tests/shiro/pom.xml               | 2 --
 integration-tests/univocity-parsers/pom.xml   | 2 --
 integration-tests/weather/pom.xml             | 4 ----
 pom.xml                                       | 2 +-
 16 files changed, 3 insertions(+), 35 deletions(-)

diff --git a/extensions-jvm/redis/integration-test/pom.xml b/extensions-jvm/redis/integration-test/pom.xml
index 20ea75f..da3c82e 100644
--- a/extensions-jvm/redis/integration-test/pom.xml
+++ b/extensions-jvm/redis/integration-test/pom.xml
@@ -115,8 +115,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-redis-deployment</artifactId>
diff --git a/extensions-jvm/spark/integration-test/pom.xml b/extensions-jvm/spark/integration-test/pom.xml
index cff847a..1c75091 100644
--- a/extensions-jvm/spark/integration-test/pom.xml
+++ b/extensions-jvm/spark/integration-test/pom.xml
@@ -89,8 +89,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-spark-deployment</artifactId>
diff --git a/integration-tests-aws2/aws2-sqs-sns/pom.xml b/integration-tests-aws2/aws2-sqs-sns/pom.xml
index a83ec15..c88fcd7 100644
--- a/integration-tests-aws2/aws2-sqs-sns/pom.xml
+++ b/integration-tests-aws2/aws2-sqs-sns/pom.xml
@@ -102,11 +102,9 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-aws2-sqs-deployment</artifactId>
+            <artifactId>camel-quarkus-main-deployment</artifactId>
             <version>${project.version}</version>
             <type>pom</type>
             <scope>test</scope>
@@ -119,7 +117,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-main-deployment</artifactId>
+            <artifactId>camel-quarkus-aws2-sqs-deployment</artifactId>
             <version>${project.version}</version>
             <type>pom</type>
             <scope>test</scope>
diff --git a/integration-tests/debezium/pom.xml b/integration-tests/debezium/pom.xml
index 8f92f1a..79471b5 100644
--- a/integration-tests/debezium/pom.xml
+++ b/integration-tests/debezium/pom.xml
@@ -122,8 +122,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-debezium-postgres-deployment</artifactId>
diff --git a/integration-tests/hazelcast/pom.xml b/integration-tests/hazelcast/pom.xml
index 1a60a97..153e996 100644
--- a/integration-tests/hazelcast/pom.xml
+++ b/integration-tests/hazelcast/pom.xml
@@ -99,8 +99,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-hazelcast-deployment</artifactId>
diff --git a/integration-tests/jsonata/pom.xml b/integration-tests/jsonata/pom.xml
index 6e8aa8f..874ba49 100644
--- a/integration-tests/jsonata/pom.xml
+++ b/integration-tests/jsonata/pom.xml
@@ -82,8 +82,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-jsonata-deployment</artifactId>
diff --git a/integration-tests/leveldb/pom.xml b/integration-tests/leveldb/pom.xml
index 2476b22..e706607 100644
--- a/integration-tests/leveldb/pom.xml
+++ b/integration-tests/leveldb/pom.xml
@@ -90,8 +90,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-leveldb-deployment</artifactId>
diff --git a/integration-tests/msv/pom.xml b/integration-tests/msv/pom.xml
index 05b7f5b..d6d029a 100644
--- a/integration-tests/msv/pom.xml
+++ b/integration-tests/msv/pom.xml
@@ -81,8 +81,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-msv-deployment</artifactId>
diff --git a/integration-tests/nsq/pom.xml b/integration-tests/nsq/pom.xml
index 8cdd2e0..b113e05 100644
--- a/integration-tests/nsq/pom.xml
+++ b/integration-tests/nsq/pom.xml
@@ -91,8 +91,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-nsq-deployment</artifactId>
diff --git a/integration-tests/pgevent/pom.xml b/integration-tests/pgevent/pom.xml
index 7044058..56303fa 100644
--- a/integration-tests/pgevent/pom.xml
+++ b/integration-tests/pgevent/pom.xml
@@ -107,8 +107,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-direct-deployment</artifactId>
diff --git a/integration-tests/rest/pom.xml b/integration-tests/rest/pom.xml
index 814801f..9e67fe1 100644
--- a/integration-tests/rest/pom.xml
+++ b/integration-tests/rest/pom.xml
@@ -69,8 +69,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-rest-deployment</artifactId>
diff --git a/integration-tests/saga/pom.xml b/integration-tests/saga/pom.xml
index e5d8c66..d3f7b13 100644
--- a/integration-tests/saga/pom.xml
+++ b/integration-tests/saga/pom.xml
@@ -98,8 +98,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-saga-deployment</artifactId>
diff --git a/integration-tests/shiro/pom.xml b/integration-tests/shiro/pom.xml
index ace891b..841ec9b 100644
--- a/integration-tests/shiro/pom.xml
+++ b/integration-tests/shiro/pom.xml
@@ -103,8 +103,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-shiro-deployment</artifactId>
diff --git a/integration-tests/univocity-parsers/pom.xml b/integration-tests/univocity-parsers/pom.xml
index b143279..6ec5469 100644
--- a/integration-tests/univocity-parsers/pom.xml
+++ b/integration-tests/univocity-parsers/pom.xml
@@ -85,8 +85,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- 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-univocity-parsers-deployment</artifactId>
diff --git a/integration-tests/weather/pom.xml b/integration-tests/weather/pom.xml
index 497e5cd..c5e7c61 100644
--- a/integration-tests/weather/pom.xml
+++ b/integration-tests/weather/pom.xml
@@ -64,10 +64,6 @@
         </dependency>
 
         <!-- 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 -->
-
-        <!-- 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 -->
-
-        <!-- 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-weather-deployment</artifactId>
diff --git a/pom.xml b/pom.xml
index 708f601..2382079 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
         <zt-exec.version>1.11</zt-exec.version>
 
         <!-- Maven plugin versions (keep sorted alphabetically) -->
-        <cq-plugin.version>0.29.0</cq-plugin.version>
+        <cq-plugin.version>0.30.0</cq-plugin.version>
         <build-helper-maven-plugin.version>3.1.0</build-helper-maven-plugin.version>
         <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
         <formatter-maven-plugin.version>2.11.0</formatter-maven-plugin.version>