Skip to content

Commit

Permalink
Issue-594: Holistic review of non-quarkus executing, testing and trou… (
Browse files Browse the repository at this point in the history
#655)

Issue-594: Holistic review of non-quarkus executing, testing and troubleshooting chapter
  • Loading branch information
LuboTerifaj committed Jun 13, 2024
1 parent 6dd7577 commit 867dadb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 867dadb

Please sign in to comment.