From aaf00fdabac0f398bbf402e3550a746794ef97ee Mon Sep 17 00:00:00 2001 From: ThuF Date: Thu, 4 Jun 2026 17:33:43 +0300 Subject: [PATCH] Add Swagger UI (OpenAPI view) to the Gaia edition --- application/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/application/pom.xml b/application/pom.xml index ec5a206..143d41c 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -77,6 +77,10 @@ org.eclipse.dirigible dirigible-components-engine-bpm-flowable + + org.eclipse.dirigible + dirigible-components-engine-openapi + @@ -125,6 +129,10 @@ org.eclipse.dirigible dirigible-components-ui-service-workspace + + org.eclipse.dirigible + dirigible-components-ui-view-swagger +