diff options
author | egernug <gerard.nugent@est.tech> | 2023-10-12 13:33:08 +0100 |
---|---|---|
committer | egernug <gerard.nugent@est.tech> | 2023-10-17 12:12:36 +0100 |
commit | fb09b7c27a814619d8032ac96a0fc6f757127358 (patch) | |
tree | e6333b85d16bb3ca639b7cbf8f07e25e9bfa6fd1 /cps-dependencies | |
parent | fc7a5d30953cfedd7e2ea2f969adab03716de6df (diff) |
[BUG] Fix for Swagger UI generation
Issue-ID: CPS-1913
Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: Ib8a1b5fddc9957bd371fbb4dc54d018b25af3679
Diffstat (limited to 'cps-dependencies')
-rwxr-xr-x | cps-dependencies/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index cff596f05e..a59dbe410c 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -74,6 +74,11 @@ <!-- S P R I N G D E P E N D E N C I E S --> <dependency> <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> + <version>2.0.2</version> + </dependency> + <dependency> + <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-ui</artifactId> <version>1.6.6</version> </dependency> |