From 6324642ed0bc19fada498fc07bc7da85349bd7d2 Mon Sep 17 00:00:00 2001 From: delchev Date: Wed, 12 Aug 2026 11:05:14 +0300 Subject: [PATCH] Bundle the Harmonia Database shell (dirigible-components-resources-database) Serves the Database shell at /services/web/database. The component is not part of dirigible-components-group-resources-ui, so it has to be declared explicitly; its shell runtime (resources-application-core, which carries the codbex__harmonia webjar) already arrives through that group. Requires dirigible 14.23.0 - the version that introduced the component. Rhea still inherits codbex-platform-parent 14.22.0, whose components-parent does not manage this artifact, so the build resolves only once the platform parent moves to 14.23.0. Co-Authored-By: Claude Opus 5 --- application/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/application/pom.xml b/application/pom.xml index ae2669c..6e20b66 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -214,6 +214,13 @@ + + + org.eclipse.dirigible + dirigible-components-resources-database +