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-examples.git
The following commit(s) were added to refs/heads/master by this push: new 25a9ef3 Adapt examples to the merger of main into core https://github.com/apache/camel-quarkus/issues/2377 25a9ef3 is described below commit 25a9ef35903a6bc905eb8cf82186166ca2fbeaf3 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Thu Apr 1 16:11:04 2021 +0200 Adapt examples to the merger of main into core https://github.com/apache/camel-quarkus/issues/2377 --- file-split-log-xml/pom.xml | 4 ---- health/pom.xml | 4 ---- http-log/pom.xml | 4 ---- observability/pom.xml | 4 ---- rest-json/pom.xml | 4 ---- timer-log-kotlin/pom.xml | 4 ---- timer-log-main/pom.xml | 4 ---- timer-log-spring/pom.xml | 4 ---- timer-log-xml/pom.xml | 4 ---- timer-log/pom.xml | 4 ---- 10 files changed, 40 deletions(-) diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml index 463a1c4..4ef6b56 100644 --- a/file-split-log-xml/pom.xml +++ b/file-split-log-xml/pom.xml @@ -63,10 +63,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-main</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-microprofile-health</artifactId> </dependency> <dependency> diff --git a/health/pom.xml b/health/pom.xml index f3f463e..fabac6c 100644 --- a/health/pom.xml +++ b/health/pom.xml @@ -71,10 +71,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-main</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-microprofile-health</artifactId> </dependency> <dependency> diff --git a/http-log/pom.xml b/http-log/pom.xml index 8060450..ad6a1cc 100644 --- a/http-log/pom.xml +++ b/http-log/pom.xml @@ -71,10 +71,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-main</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-platform-http</artifactId> </dependency> <dependency> diff --git a/observability/pom.xml b/observability/pom.xml index dda4cf1..6d1f031 100644 --- a/observability/pom.xml +++ b/observability/pom.xml @@ -63,10 +63,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-main</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-timer</artifactId> </dependency> <dependency> diff --git a/rest-json/pom.xml b/rest-json/pom.xml index 8582918..25b5065 100644 --- a/rest-json/pom.xml +++ b/rest-json/pom.xml @@ -63,10 +63,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-main</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-platform-http</artifactId> </dependency> <dependency> diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml index 4759c7a..e88e76f 100644 --- a/timer-log-kotlin/pom.xml +++ b/timer-log-kotlin/pom.xml @@ -72,10 +72,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-main</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-microprofile-health</artifactId> </dependency> <dependency> diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml index c36e673..4277066 100644 --- a/timer-log-main/pom.xml +++ b/timer-log-main/pom.xml @@ -76,10 +76,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-main</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-microprofile-health</artifactId> </dependency> <dependency> diff --git a/timer-log-spring/pom.xml b/timer-log-spring/pom.xml index a931950..e31bbbc 100644 --- a/timer-log-spring/pom.xml +++ b/timer-log-spring/pom.xml @@ -67,10 +67,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-main</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-microprofile-health</artifactId> </dependency> <dependency> diff --git a/timer-log-xml/pom.xml b/timer-log-xml/pom.xml index f38f585..4bbe37e 100644 --- a/timer-log-xml/pom.xml +++ b/timer-log-xml/pom.xml @@ -67,10 +67,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-main</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-microprofile-health</artifactId> </dependency> <dependency> diff --git a/timer-log/pom.xml b/timer-log/pom.xml index 913b286..a9a1aaa 100644 --- a/timer-log/pom.xml +++ b/timer-log/pom.xml @@ -63,10 +63,6 @@ <dependencies> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-main</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-microprofile-health</artifactId> </dependency> <dependency>