From 867dadbf1c4734eb03f87320453a31c49382dfda Mon Sep 17 00:00:00 2001 From: Lubo Terifaj Date: Thu, 13 Jun 2024 09:00:23 +0200 Subject: [PATCH] =?UTF-8?q?Issue-594:=20Holistic=20review=20of=20non-quark?= =?UTF-8?q?us=20executing,=20testing=20and=20trou=E2=80=A6=20(#655)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-594: Holistic review of non-quarkus executing, testing and troubleshooting chapter --- .../quarkus-dev-ui-extension/quarkus-dev-ui-overview.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.adoc b/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.adoc index 59df31fdb..242d9c8a4 100644 --- a/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.adoc +++ b/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.adoc @@ -25,7 +25,7 @@ The {product_name} Dev UI extension provides a console to view, manage, and star .Install {product_name} Dev UI extension [source,shell] ---- -quarkus ext add org.kie.kogito:kogito-quarkus-serverless-workflow-devui +quarkus ext add org.apache.kie.sonataflow:sonataflow-quarkus-devui ---- Executing the previous command adds the following dependency to `pom.xml` file of your project: @@ -46,7 +46,7 @@ Executing the previous command adds the following dependency to `pom.xml` file o .Install Kogito source files add-on extension [source,shell] ---- -quarkus ext add org.kie.kogito:kie-addons-quarkus-source-files +quarkus ext add org.kie:kie-addons-quarkus-source-files ---- Executing the previous command adds the following dependency to `pom.xml` file of your project: