This is an automated email from the ASF dual-hosted git repository.
jamesnetherton 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 fcf195ebef Update Dev UI dependencies to relocated GAVs
fcf195ebef is described below
commit fcf195ebef9c8dd03b759d403702412fccf3ad9b
Author: James Netherton <[email protected]>
AuthorDate: Sat Aug 16 07:19:04 2025 +0100
Update Dev UI dependencies to relocated GAVs
---
extensions-core/core/deployment/pom.xml | 2 +-
extensions/jasypt/deployment/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extensions-core/core/deployment/pom.xml
b/extensions-core/core/deployment/pom.xml
index 6587ce2ec7..27305b780b 100644
--- a/extensions-core/core/deployment/pom.xml
+++ b/extensions-core/core/deployment/pom.xml
@@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
- <artifactId>quarkus-vertx-http-dev-ui-spi</artifactId>
+ <artifactId>quarkus-devui-deployment-spi</artifactId>
</dependency>
<!-- camel -->
diff --git a/extensions/jasypt/deployment/pom.xml
b/extensions/jasypt/deployment/pom.xml
index 27c6108722..b3ee0157d8 100644
--- a/extensions/jasypt/deployment/pom.xml
+++ b/extensions/jasypt/deployment/pom.xml
@@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
- <artifactId>quarkus-vertx-http-dev-ui-tests</artifactId>
+ <artifactId>quarkus-devui-test-spi</artifactId>
<scope>test</scope>
</dependency>
<dependency>