Skip to content

Commit

Permalink
Upstream 7.23 PR for BXMSDOC-5825: changed the version of version for…
Browse files Browse the repository at this point in the history
… cxf-rt-rs-service-description-swagger dependency (#2460)

* BXMSDOC-5825: changed the version of version for cxf-rt-rs-service-description-swagger dependency (#21)

* BXMSDOC-5825: changed last updated date

Co-authored-by: Heena Manwani <hmanwani@hmanwani.pnq.csb>
  • Loading branch information
hmanwani-rh and Heena Manwani committed Jun 5, 2020
1 parent a4bc26d commit 32e6aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _artifacts/document-attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

:REBUILT: Friday, May 22, 2020
:REBUILT: Friday, June 05, 2020

:ENTERPRISE_VERSION: 7.4
:COMMUNITY_VERSION: 7.23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ available in the service project of your {PRODUCT} business application.
. Unzip the `<business-application>.zip` file and navigate to the `<business-application>/<business-application>-service` folder.
. Open the service project `pom.xml` file in a text editor.
. Add the following dependencies to the service project `pom.xml` file and save the file.
+
+
[source, xml]
----
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-service-description-swagger</artifactId>
<version>3.1.11</version>
<version>3.2.6</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
Expand All @@ -32,7 +32,7 @@ available in the service project of your {PRODUCT} business application.
</dependency>
----
. To enable the Swagger UI (optional), add the following dependency to the `pom.xml` file and save the file.
+
+
[source, xml]
----
<dependency>
Expand All @@ -51,6 +51,3 @@ kieserver.swagger.enabled=true
----

After you start the business application, you can view the Swagger document at `\http://localhost:8090/rest/swagger.json`. The complete set of endpoints is available at `\http://localhost:8090/rest/api-docs?url=http://localhost:8090/rest/swagger.json`.



0 comments on commit 32e6aeb

Please sign in to comment.