Skip to content

Commit

Permalink
574 - fix references to non quarkus getting-started-req
Browse files Browse the repository at this point in the history
  • Loading branch information
domhanak committed Mar 12, 2024
1 parent ef067fd commit 1083c83
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This document describes the process of launching and testing the artifact that i
You can test your workflow application using PostgreSQL persistence.

.Prerequisites
include::../../../../pages/_common-content/getting-started-requirement.adoc[]
include::../../../../pages/_common-content/getting-started-requirement-quarkus.adoc[]
* Workflow application persistence is enabled using PostgreSQL.
+
For more information, see {persistence_with_postgresql_guide}[Running workflow service using PostgreSQL].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd kogito-examples/serverless-workflow-examples/serverless-workflow-callback-qua
----

.Prerequisites
include::../../../../pages/_common-content/getting-started-requirement.adoc[]
include::../../../../pages/_common-content/getting-started-requirement-quarkus.adoc[]
* Docker is installed.
* link:{postgresql_url}[PostgreSQL] is installed. For information about PostgreSQL installation and configuration, see link:{postgresql_doc_url}[PostgreSQL documentation].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following procedure describes how to test a workflow application that expose
----

.Prerequisites
include::../../../../pages/_common-content/getting-started-requirement.adoc[]
include::../../../../pages/_common-content/getting-started-requirement-quarkus.adoc[]

[NOTE]
====
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The procedure in this section describes how you can add WireMock to your workflo

.Prerequisites

include::../../../../pages/_common-content/getting-started-requirement.adoc[]
include::../../../../pages/_common-content/getting-started-requirement-quarkus.adoc[]

.Procedure
. Add the following WireMock dependency to the `pom.xml` file of your project:
Expand Down Expand Up @@ -119,7 +119,7 @@ In the process of adding a mocked OpenAPI service to your tests, you need to sta
The procedure in this section describes how you can start the WireMock server as a `QuarkusTestResource`. For more information about `QuarkusTestResource`, see link:{quarkus_test_resource_url}[Starting services before the Quarkus application starts] document.

.Prerequisites
include::../../../../pages/_common-content/getting-started-requirement.adoc[]
include::../../../../pages/_common-content/getting-started-requirement-quarkus.adoc[]

* WireMock dependency is added in the `pom.xml` file.

Expand Down Expand Up @@ -220,7 +220,7 @@ You can also start the WireMock server to be used in a specific test.

.Prerequisites

include::../../../../pages/_common-content/getting-started-requirement.adoc[]
include::../../../../pages/_common-content/getting-started-requirement-quarkus.adoc[]

* WireMock dependency is added in the `pom.xml` file.

Expand Down

0 comments on commit 1083c83

Please sign in to comment.