This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 15fe399 Remove camel-quarkus-main #2391
15fe399 is described below
commit 15fe3991e6ba174a1f2facc498df4138745befd1
Author: Peter Palaga <[email protected]>
AuthorDate: Fri Jun 18 19:52:21 2021 +0200
Remove camel-quarkus-main #2391
---
catalog/pom.xml | 13 ---
docs/modules/ROOT/nav.adoc | 1 -
docs/modules/ROOT/pages/migration-guide/2.0.0.adoc | 16 +++-
.../ROOT/pages/reference/extensions/main.adoc | 34 -------
.../ROOT/pages/user-guide/configuration.adoc | 6 --
.../modules/ROOT/pages/user-guide/first-steps.adoc | 4 -
extensions-core/main/deployment/pom.xml | 57 -----------
.../quarkus/main/deployment/CamelMainFeature.java | 35 -------
extensions-core/main/pom.xml | 39 --------
extensions-core/main/runtime/pom.xml | 105 ---------------------
.../main/resources/META-INF/quarkus-extension.yaml | 32 -------
extensions-core/pom.xml | 1 -
extensions-jvm/groovy-dsl/integration-test/pom.xml | 17 ----
.../java-joor-dsl/integration-test/pom.xml | 17 ----
extensions-jvm/kotlin-dsl/integration-test/pom.xml | 17 ----
integration-tests/js-dsl/pom.xml | 17 ----
integration-tests/main-unknown-args-fail/pom.xml | 17 ----
integration-tests/main-unknown-args-ignore/pom.xml | 17 ----
integration-tests/main-yaml/pom.xml | 17 ----
poms/bom/pom.xml | 10 --
20 files changed, 13 insertions(+), 459 deletions(-)
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 73e4b17..2be175b 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -2511,19 +2511,6 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main</artifactId>
- <version>${project.version}</version>
- <type>pom</type>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>*</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-management</artifactId>
<version>${project.version}</version>
<type>pom</type>
diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index cf39a57..c253a75 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -207,7 +207,6 @@
*** xref:reference/extensions/msv.adoc[MSV]
*** xref:reference/extensions/mvel.adoc[MVEL]
*** xref:reference/extensions/mail.adoc[Mail]
-*** xref:reference/extensions/main.adoc[Main]
*** xref:reference/extensions/management.adoc[Management]
*** xref:reference/extensions/master.adoc[Master]
*** xref:reference/extensions/microprofile-health.adoc[MicroProfile Health]
diff --git a/docs/modules/ROOT/pages/migration-guide/2.0.0.adoc
b/docs/modules/ROOT/pages/migration-guide/2.0.0.adoc
index 6e2f4d9..52585ef 100644
--- a/docs/modules/ROOT/pages/migration-guide/2.0.0.adoc
+++ b/docs/modules/ROOT/pages/migration-guide/2.0.0.adoc
@@ -1,11 +1,21 @@
-# Camel Quarkus 2.0.0 Migration Guide
+= Camel Quarkus 2.0.0 Migration Guide
The following guide outlines how to adapt your code to changes that were made
in Camel Quarkus 2.0.0 & Quarkus 2.0.0.Final.
-## Changes to the observability HTTP endpoint paths
+== Changes to the observability HTTP endpoint paths
-In Quarkus 1.x, health and metrics endpoints were available at `/metrics` &
`/health` context paths. In Quarkus 2.x this has changed with the addition of a
mandatory `/q` path prefix. The endpoints are
+In Quarkus 1.x, health and metrics endpoints were available at `/metrics` &
`/health` context paths. In Quarkus 2.x this has changed with the addition of a
mandatory `/q` path prefix. The endpoints are
now accessible at the following URLs.
* http://localhost:8080/q/health
* http://localhost:8080/q/metrics
+
+== `camel-quarkus-main` removed
+
+Before Camel Quarkus 1.8.0, `camel-quarkus-main` used to be a full blown
separate artifact.
+In 1.8.0, all functionality of `camel-quarkus-main` was moved to
`camel-quarkus-core`,
+while it was still kept for backwards compatibility.
+The empty `camel-quarkus-main` artifact was removed completely in Camel
Quarkus 2.0.0.
+
+As long as your application depends on any other Camel Quarkus extension, it
is enough to remove the `camel-quarkus-main` dependency.
+This is because all Camel Quarkus extensions transitively depend on
`camel-quarkus-core` where the the original `camel-quarkus-main` functionality
is hosted now.
diff --git a/docs/modules/ROOT/pages/reference/extensions/main.adoc
b/docs/modules/ROOT/pages/reference/extensions/main.adoc
deleted file mode 100644
index 5f9944b..0000000
--- a/docs/modules/ROOT/pages/reference/extensions/main.adoc
+++ /dev/null
@@ -1,34 +0,0 @@
-// Do not edit directly!
-// This file was generated by
camel-quarkus-maven-plugin:update-extension-doc-page
-= Main
-:page-aliases: extensions/main.adoc
-:linkattrs:
-:cq-artifact-id: camel-quarkus-main
-:cq-native-supported: true
-:cq-status: Stable
-:cq-status-deprecation: Stable
-:cq-description: Bootstrap Camel using Camel Main which brings advanced
auto-configuration capabilities and integration with Quarkus Command Mode
-:cq-deprecated: false
-:cq-jvm-since: 1.0.0
-:cq-native-since: 1.0.0
-
-[.badges]
-[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native
since##[.badge-supported]##1.0.0##
-
-Bootstrap Camel using Camel Main which brings advanced auto-configuration
capabilities and integration with Quarkus Command Mode
-
-== Maven coordinates
-
-https://code.quarkus.io/?extension-search=camel-quarkus-main[Create a new
project with this extension on code.quarkus.io, window="_blank"]
-
-Or add the coordinates to your existing project:
-
-[source,xml]
-----
-<dependency>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main</artifactId>
-</dependency>
-----
-
-Check the xref:user-guide/index.adoc[User guide] for more information about
writing Camel Quarkus applications.
diff --git a/docs/modules/ROOT/pages/user-guide/configuration.adoc
b/docs/modules/ROOT/pages/user-guide/configuration.adoc
index c78836b..f42be4c 100644
--- a/docs/modules/ROOT/pages/user-guide/configuration.adoc
+++ b/docs/modules/ROOT/pages/user-guide/configuration.adoc
@@ -93,12 +93,6 @@ public static class EventHandler {
}
----
-== Camel Quarkus Core and Camel Main
-
-NOTE: Before Camel Quarkus 1.8.0, `camel-quarkus-main` used to be a separate
artifact.
-
-Since 1.8.0, all its functionality moved to `camel-quarkus-core`.
-
== Configuration by convention
In addition to support configuring Camel through properties,
`camel-quarkus-core` allows you to use conventions to configure the Camel
behavior.
diff --git a/docs/modules/ROOT/pages/user-guide/first-steps.adoc
b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
index 2a44683..7e2324f 100644
--- a/docs/modules/ROOT/pages/user-guide/first-steps.adoc
+++ b/docs/modules/ROOT/pages/user-guide/first-steps.adoc
@@ -101,10 +101,6 @@ The application has three compile 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/extensions-core/main/deployment/pom.xml
b/extensions-core/main/deployment/pom.xml
deleted file mode 100644
index 273960e..0000000
--- a/extensions-core/main/deployment/pom.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <parent>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>camel-quarkus-main-deployment</artifactId>
- <name>Camel Quarkus :: Main :: Deployment</name>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-core-deployment</artifactId>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <annotationProcessorPaths>
- <path>
- <groupId>io.quarkus</groupId>
-
<artifactId>quarkus-extension-processor</artifactId>
- <version>${quarkus.version}</version>
- </path>
- </annotationProcessorPaths>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git
a/extensions-core/main/deployment/src/main/java/org/apache/camel/quarkus/main/deployment/CamelMainFeature.java
b/extensions-core/main/deployment/src/main/java/org/apache/camel/quarkus/main/deployment/CamelMainFeature.java
deleted file mode 100644
index 3f44c0e..0000000
---
a/extensions-core/main/deployment/src/main/java/org/apache/camel/quarkus/main/deployment/CamelMainFeature.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.quarkus.main.deployment;
-
-import io.quarkus.deployment.annotations.BuildStep;
-import io.quarkus.deployment.builditem.FeatureBuildItem;
-import org.jboss.logging.Logger;
-
-class CamelMainFeature {
- private static final Logger LOG = Logger.getLogger(CamelMainFeature.class);
- private static final String FEATURE = "camel-main";
-
- @BuildStep
- FeatureBuildItem feature() {
- // see https://github.com/apache/camel-quarkus/issues/2358
- LOG.warnf(
- "camel-quarkus-main is deprecated and will be removed in the
future; use camel-quarkus-core instead");
- return new FeatureBuildItem(FEATURE);
- }
-
-}
diff --git a/extensions-core/main/pom.xml b/extensions-core/main/pom.xml
deleted file mode 100644
index ebd3969..0000000
--- a/extensions-core/main/pom.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <parent>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-build-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- <relativePath>../../poms/build-parent/pom.xml</relativePath>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
-
- <artifactId>camel-quarkus-main-parent</artifactId>
- <name>Camel Quarkus :: Main</name>
- <packaging>pom</packaging>
- <modules>
- <module>deployment</module>
- <module>runtime</module>
- </modules>
-
-</project>
diff --git a/extensions-core/main/runtime/pom.xml
b/extensions-core/main/runtime/pom.xml
deleted file mode 100644
index e9e6dc6..0000000
--- a/extensions-core/main/runtime/pom.xml
+++ /dev/null
@@ -1,105 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <parent>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
-
- <artifactId>camel-quarkus-main</artifactId>
- <name>Camel Quarkus :: Main :: Runtime</name>
- <description>Bootstrap Camel using Camel Main which brings advanced
auto-configuration capabilities and integration with Quarkus Command
Mode</description>
-
- <properties>
- <camel.quarkus.jvmSince>1.0.0</camel.quarkus.jvmSince>
- <camel.quarkus.nativeSince>1.0.0</camel.quarkus.nativeSince>
- <quarkus.metadata.deprecated>true</quarkus.metadata.deprecated>
- </properties>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-bom</artifactId>
- <version>${project.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-core</artifactId>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <annotationProcessorPaths>
- <path>
- <groupId>io.quarkus</groupId>
-
<artifactId>quarkus-extension-processor</artifactId>
- <version>${quarkus.version}</version>
- </path>
- </annotationProcessorPaths>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>full</id>
- <activation>
- <property>
- <name>!quickly</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>update-extension-doc-page</id>
- <goals>
- <goal>update-extension-doc-page</goal>
- </goals>
- <phase>process-classes</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-</project>
diff --git
a/extensions-core/main/runtime/src/main/resources/META-INF/quarkus-extension.yaml
b/extensions-core/main/runtime/src/main/resources/META-INF/quarkus-extension.yaml
deleted file mode 100644
index 514f7bf..0000000
---
a/extensions-core/main/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-# This is a generated file. Do not edit directly!
-# To re-generate, run the following command from the top level directory:
-#
-# mvn -N cq:update-quarkus-metadata
-#
----
-name: "Camel Main"
-description: "Bootstrap Camel using Camel Main which brings advanced
auto-configuration capabilities and integration with Quarkus Command Mode"
-metadata:
- guide:
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/main.html"
- categories:
- - "integration"
- status:
- - "stable"
- - "deprecated"
\ No newline at end of file
diff --git a/extensions-core/pom.xml b/extensions-core/pom.xml
index f02124b..23acad5 100644
--- a/extensions-core/pom.xml
+++ b/extensions-core/pom.xml
@@ -41,7 +41,6 @@
<module>xml-jaxb</module>
<module>xml-jaxp</module>
<module>caffeine-lrucache</module>
- <module>main</module>
<module>yaml-dsl</module>
</modules>
diff --git a/extensions-jvm/groovy-dsl/integration-test/pom.xml
b/extensions-jvm/groovy-dsl/integration-test/pom.xml
index a659fa3..aa3d7da 100644
--- a/extensions-jvm/groovy-dsl/integration-test/pom.xml
+++ b/extensions-jvm/groovy-dsl/integration-test/pom.xml
@@ -33,10 +33,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-groovy-dsl</artifactId>
</dependency>
<dependency>
@@ -92,19 +88,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main-deployment</artifactId>
- <version>${project.version}</version>
- <type>pom</type>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>*</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
</project>
diff --git a/extensions-jvm/java-joor-dsl/integration-test/pom.xml
b/extensions-jvm/java-joor-dsl/integration-test/pom.xml
index 3308843..76b017d 100644
--- a/extensions-jvm/java-joor-dsl/integration-test/pom.xml
+++ b/extensions-jvm/java-joor-dsl/integration-test/pom.xml
@@ -33,10 +33,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-java-joor-dsl</artifactId>
</dependency>
<dependency>
@@ -92,19 +88,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main-deployment</artifactId>
- <version>${project.version}</version>
- <type>pom</type>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>*</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
</project>
diff --git a/extensions-jvm/kotlin-dsl/integration-test/pom.xml
b/extensions-jvm/kotlin-dsl/integration-test/pom.xml
index 36e2478..8ffdc63 100644
--- a/extensions-jvm/kotlin-dsl/integration-test/pom.xml
+++ b/extensions-jvm/kotlin-dsl/integration-test/pom.xml
@@ -33,10 +33,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-kotlin-dsl</artifactId>
</dependency>
<dependency>
@@ -92,19 +88,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main-deployment</artifactId>
- <version>${project.version}</version>
- <type>pom</type>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>*</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
</project>
diff --git a/integration-tests/js-dsl/pom.xml b/integration-tests/js-dsl/pom.xml
index a66cbe9..3569c54 100644
--- a/integration-tests/js-dsl/pom.xml
+++ b/integration-tests/js-dsl/pom.xml
@@ -37,10 +37,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-js-dsl</artifactId>
</dependency>
<dependency>
@@ -101,19 +97,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main-deployment</artifactId>
- <version>${project.version}</version>
- <type>pom</type>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>*</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
diff --git a/integration-tests/main-unknown-args-fail/pom.xml
b/integration-tests/main-unknown-args-fail/pom.xml
index ad0a89f..2a32051 100644
--- a/integration-tests/main-unknown-args-fail/pom.xml
+++ b/integration-tests/main-unknown-args-fail/pom.xml
@@ -35,10 +35,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-log</artifactId>
</dependency>
<dependency>
@@ -83,19 +79,6 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main-deployment</artifactId>
- <version>${project.version}</version>
- <type>pom</type>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>*</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-timer-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
diff --git a/integration-tests/main-unknown-args-ignore/pom.xml
b/integration-tests/main-unknown-args-ignore/pom.xml
index c6608da..16f2f5a 100644
--- a/integration-tests/main-unknown-args-ignore/pom.xml
+++ b/integration-tests/main-unknown-args-ignore/pom.xml
@@ -35,10 +35,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-log</artifactId>
</dependency>
<dependency>
@@ -83,19 +79,6 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main-deployment</artifactId>
- <version>${project.version}</version>
- <type>pom</type>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>*</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-timer-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
diff --git a/integration-tests/main-yaml/pom.xml
b/integration-tests/main-yaml/pom.xml
index d1a2614..f59e7e9 100644
--- a/integration-tests/main-yaml/pom.xml
+++ b/integration-tests/main-yaml/pom.xml
@@ -32,10 +32,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-yaml-dsl</artifactId>
</dependency>
<dependency>
@@ -114,19 +110,6 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main-deployment</artifactId>
- <version>${project.version}</version>
- <type>pom</type>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>*</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-rest-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index efeb211..ed0a056 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -4129,16 +4129,6 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main</artifactId>
- <version>${camel-quarkus.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-main-deployment</artifactId>
- <version>${camel-quarkus.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-management</artifactId>
<version>${camel-quarkus.version}</version>
</dependency>