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
The following commit(s) were added to refs/heads/master by this push: new 6c910a8 chore: Remove unused itest dependencies 6c910a8 is described below commit 6c910a8f2df91a108e917ccc112a66643f1fe28b Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Thu Nov 14 08:41:43 2019 +0000 chore: Remove unused itest dependencies --- build/create-extension-templates/integration-test-pom.xml | 4 ---- integration-tests/dataformat/pom.xml | 4 ---- integration-tests/fhir/pom.xml | 4 ---- integration-tests/file/pom.xml | 4 ---- integration-tests/mail/pom.xml | 4 ---- integration-tests/paho/pom.xml | 8 -------- integration-tests/pdf/pom.xml | 4 ---- integration-tests/scheduler/pom.xml | 4 ---- integration-tests/tarfile/pom.xml | 4 ---- integration-tests/twitter/pom.xml | 4 ---- integration-tests/validator/pom.xml | 4 ---- integration-tests/xslt/pom.xml | 4 ---- integration-tests/zipfile/pom.xml | 4 ---- 13 files changed, 56 deletions(-) diff --git a/build/create-extension-templates/integration-test-pom.xml b/build/create-extension-templates/integration-test-pom.xml index f54695a..941052d 100644 --- a/build/create-extension-templates/integration-test-pom.xml +++ b/build/create-extension-templates/integration-test-pom.xml @@ -37,10 +37,6 @@ <artifactId>camel-quarkus-[=artifactIdBase]</artifactId> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> diff --git a/integration-tests/dataformat/pom.xml b/integration-tests/dataformat/pom.xml index 4bb27ae..ab72055 100644 --- a/integration-tests/dataformat/pom.xml +++ b/integration-tests/dataformat/pom.xml @@ -45,10 +45,6 @@ <artifactId>camel-quarkus-snakeyaml</artifactId> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> diff --git a/integration-tests/fhir/pom.xml b/integration-tests/fhir/pom.xml index bb4c7e0..7b1b111 100644 --- a/integration-tests/fhir/pom.xml +++ b/integration-tests/fhir/pom.xml @@ -54,10 +54,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy-jsonb</artifactId> </dependency> diff --git a/integration-tests/file/pom.xml b/integration-tests/file/pom.xml index a0b946e..a7523d9 100644 --- a/integration-tests/file/pom.xml +++ b/integration-tests/file/pom.xml @@ -37,10 +37,6 @@ <artifactId>camel-quarkus-file</artifactId> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> diff --git a/integration-tests/mail/pom.xml b/integration-tests/mail/pom.xml index b03a0f4..1704050 100644 --- a/integration-tests/mail/pom.xml +++ b/integration-tests/mail/pom.xml @@ -38,10 +38,6 @@ <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-direct</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> <!-- <dependency>--> <!-- <groupId>org.apache.camel.quarkus</groupId>--> <!-- <artifactId>camel-quarkus-integration-test-mail-mailbox</artifactId>--> diff --git a/integration-tests/paho/pom.xml b/integration-tests/paho/pom.xml index 08ac9d5..37da01c 100644 --- a/integration-tests/paho/pom.xml +++ b/integration-tests/paho/pom.xml @@ -35,14 +35,6 @@ <artifactId>camel-quarkus-paho</artifactId> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-direct</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> diff --git a/integration-tests/pdf/pom.xml b/integration-tests/pdf/pom.xml index e5f94dc..9a0a0aa 100644 --- a/integration-tests/pdf/pom.xml +++ b/integration-tests/pdf/pom.xml @@ -33,10 +33,6 @@ <artifactId>camel-quarkus-pdf</artifactId> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> diff --git a/integration-tests/scheduler/pom.xml b/integration-tests/scheduler/pom.xml index 0297f1c..f39fd87 100644 --- a/integration-tests/scheduler/pom.xml +++ b/integration-tests/scheduler/pom.xml @@ -38,10 +38,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-direct</artifactId> </dependency> <dependency> diff --git a/integration-tests/tarfile/pom.xml b/integration-tests/tarfile/pom.xml index 1f21b34..69afb19 100644 --- a/integration-tests/tarfile/pom.xml +++ b/integration-tests/tarfile/pom.xml @@ -39,10 +39,6 @@ <artifactId>camel-quarkus-direct</artifactId> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> diff --git a/integration-tests/twitter/pom.xml b/integration-tests/twitter/pom.xml index 6d1ea23..771bb68 100644 --- a/integration-tests/twitter/pom.xml +++ b/integration-tests/twitter/pom.xml @@ -35,10 +35,6 @@ <artifactId>camel-quarkus-twitter</artifactId> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> diff --git a/integration-tests/validator/pom.xml b/integration-tests/validator/pom.xml index 7e64ef8..4eebfc3 100644 --- a/integration-tests/validator/pom.xml +++ b/integration-tests/validator/pom.xml @@ -41,10 +41,6 @@ <artifactId>camel-quarkus-direct</artifactId> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> diff --git a/integration-tests/xslt/pom.xml b/integration-tests/xslt/pom.xml index 07cab6f..2ca76c7 100644 --- a/integration-tests/xslt/pom.xml +++ b/integration-tests/xslt/pom.xml @@ -41,10 +41,6 @@ <artifactId>camel-quarkus-direct</artifactId> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> diff --git a/integration-tests/zipfile/pom.xml b/integration-tests/zipfile/pom.xml index d89a7d9..fe52101 100644 --- a/integration-tests/zipfile/pom.xml +++ b/integration-tests/zipfile/pom.xml @@ -39,10 +39,6 @@ <artifactId>camel-quarkus-direct</artifactId> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-log</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency>