This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 152559eea93d9380baf757732c3408b308470686 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Sat Oct 5 09:17:27 2019 +0200 remove redunand dependency on camel-quarkus-core from integration tests #9 --- integration-tests/aws/pom.xml | 4 ---- integration-tests/bean/pom.xml | 4 ---- integration-tests/core-impl/pom.xml | 4 ---- integration-tests/core-main/test/pom.xml | 4 ---- integration-tests/core/test/pom.xml | 4 ---- integration-tests/csv/pom.xml | 4 ---- integration-tests/infinispan/pom.xml | 4 ---- integration-tests/jdbc/pom.xml | 4 ---- integration-tests/mail/pom.xml | 4 ---- integration-tests/microprofile-metrics/pom.xml | 4 ---- integration-tests/netty-http/pom.xml | 4 ---- integration-tests/paho/pom.xml | 4 ---- integration-tests/platform-http/pom.xml | 4 ---- integration-tests/salesforce/pom.xml | 4 ---- integration-tests/servlet/pom.xml | 4 ---- integration-tests/twitter/pom.xml | 4 ---- integration-tests/zipfile/pom.xml | 4 ---- 17 files changed, 68 deletions(-) diff --git a/integration-tests/aws/pom.xml b/integration-tests/aws/pom.xml index a077bf8..2860697 100644 --- a/integration-tests/aws/pom.xml +++ b/integration-tests/aws/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-aws-s3</artifactId> </dependency> <dependency> diff --git a/integration-tests/bean/pom.xml b/integration-tests/bean/pom.xml index 33fbaff..e8d03bd 100644 --- a/integration-tests/bean/pom.xml +++ b/integration-tests/bean/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-bean</artifactId> </dependency> <dependency> diff --git a/integration-tests/core-impl/pom.xml b/integration-tests/core-impl/pom.xml index e164bb0..6959c14 100644 --- a/integration-tests/core-impl/pom.xml +++ b/integration-tests/core-impl/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-core-cloud</artifactId> </dependency> </dependencies> diff --git a/integration-tests/core-main/test/pom.xml b/integration-tests/core-main/test/pom.xml index 561ea05..5e079f0 100644 --- a/integration-tests/core-main/test/pom.xml +++ b/integration-tests/core-main/test/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-log</artifactId> </dependency> <dependency> diff --git a/integration-tests/core/test/pom.xml b/integration-tests/core/test/pom.xml index bec6073..b0f3d46 100644 --- a/integration-tests/core/test/pom.xml +++ b/integration-tests/core/test/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-log</artifactId> </dependency> <dependency> diff --git a/integration-tests/csv/pom.xml b/integration-tests/csv/pom.xml index 6c07899..38f2434 100644 --- a/integration-tests/csv/pom.xml +++ b/integration-tests/csv/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-csv</artifactId> </dependency> <dependency> diff --git a/integration-tests/infinispan/pom.xml b/integration-tests/infinispan/pom.xml index 4e18a13..dc9dc22 100644 --- a/integration-tests/infinispan/pom.xml +++ b/integration-tests/infinispan/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-infinispan</artifactId> </dependency> <dependency> diff --git a/integration-tests/jdbc/pom.xml b/integration-tests/jdbc/pom.xml index 5cf78e4..1a0d6a8 100644 --- a/integration-tests/jdbc/pom.xml +++ b/integration-tests/jdbc/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jdbc</artifactId> </dependency> <dependency> diff --git a/integration-tests/mail/pom.xml b/integration-tests/mail/pom.xml index 4038dde..edac3ad 100644 --- a/integration-tests/mail/pom.xml +++ b/integration-tests/mail/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-mail</artifactId> </dependency> <dependency> diff --git a/integration-tests/microprofile-metrics/pom.xml b/integration-tests/microprofile-metrics/pom.xml index e9f92fc..a2e3cf3 100644 --- a/integration-tests/microprofile-metrics/pom.xml +++ b/integration-tests/microprofile-metrics/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-microprofile-metrics</artifactId> </dependency> <dependency> diff --git a/integration-tests/netty-http/pom.xml b/integration-tests/netty-http/pom.xml index 53fffd3..058a523 100644 --- a/integration-tests/netty-http/pom.xml +++ b/integration-tests/netty-http/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-netty-http</artifactId> </dependency> diff --git a/integration-tests/paho/pom.xml b/integration-tests/paho/pom.xml index 5cf7dfa..3f9f29b 100644 --- a/integration-tests/paho/pom.xml +++ b/integration-tests/paho/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-paho</artifactId> </dependency> <dependency> diff --git a/integration-tests/platform-http/pom.xml b/integration-tests/platform-http/pom.xml index 137c840..fb9e5ee 100644 --- a/integration-tests/platform-http/pom.xml +++ b/integration-tests/platform-http/pom.xml @@ -34,10 +34,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-platform-http</artifactId> </dependency> diff --git a/integration-tests/salesforce/pom.xml b/integration-tests/salesforce/pom.xml index 5ff5a1d..c7654b2 100644 --- a/integration-tests/salesforce/pom.xml +++ b/integration-tests/salesforce/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-salesforce</artifactId> </dependency> <dependency> diff --git a/integration-tests/servlet/pom.xml b/integration-tests/servlet/pom.xml index f17829a..a139099 100644 --- a/integration-tests/servlet/pom.xml +++ b/integration-tests/servlet/pom.xml @@ -45,10 +45,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-servlet</artifactId> </dependency> <dependency> diff --git a/integration-tests/twitter/pom.xml b/integration-tests/twitter/pom.xml index 410e5b0..7ac858b 100644 --- a/integration-tests/twitter/pom.xml +++ b/integration-tests/twitter/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-twitter</artifactId> </dependency> <dependency> diff --git a/integration-tests/zipfile/pom.xml b/integration-tests/zipfile/pom.xml index a43f313..ad92e59 100644 --- a/integration-tests/zipfile/pom.xml +++ b/integration-tests/zipfile/pom.xml @@ -32,10 +32,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-zipfile</artifactId> </dependency> <dependency>