diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-10-17 13:23:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-10-17 13:23:40 +0000 |
commit | ecfb5ee60ec54a2b3f789dc9436f6db4c830e3e8 (patch) | |
tree | e3c99ff6393b3f241c2b78124fb909d51e7c8825 /cps-dependencies | |
parent | c29a5fe32db7efb0fdefa3a3d020110aab9731b4 (diff) | |
parent | fb09b7c27a814619d8032ac96a0fc6f757127358 (diff) |
Merge "[BUG] Fix for Swagger UI generation"
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> |