This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.27.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 58230a16a34b15e6883c7f8ae10c0d75eea24799 Author: James Netherton <[email protected]> AuthorDate: Wed Jan 28 11:13:07 2026 +0000 Remove redundant quarkus-development-mode-spi from camel-quarkus-core --- extensions-core/core/runtime/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/extensions-core/core/runtime/pom.xml b/extensions-core/core/runtime/pom.xml index 0339cbeed1..0903b7a042 100644 --- a/extensions-core/core/runtime/pom.xml +++ b/extensions-core/core/runtime/pom.xml @@ -43,10 +43,6 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-arc</artifactId> </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-development-mode-spi</artifactId> - </dependency> <dependency> <groupId>org.apache.camel</groupId>
