summaryrefslogtreecommitdiffstats
path: root/cps-rest/pom.xml
diff options
context:
space:
mode:
authorNiamh Core <niamh.core@est.tech>2021-07-21 13:27:34 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-21 13:27:34 +0000
commit187c8c84dcfa347ba3475a36c73b36ef59874655 (patch)
treec1595b43b2fb669e5e2677f746c04d766be2fb8a /cps-rest/pom.xml
parentf0527c58c17963d940535d0ce0eb934c2b4c635c (diff)
parent2472e61ecf2f5ebf9c5e3ddcf9c2b66ab0d4219e (diff)
Merge "CPS-401 Update Open API YAML with data types and example for output (cpsData)"
Diffstat (limited to 'cps-rest/pom.xml')
-rwxr-xr-xcps-rest/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml
index 4b42656e89..9a131176db 100755
--- a/cps-rest/pom.xml
+++ b/cps-rest/pom.xml
@@ -75,6 +75,11 @@
<artifactId>swagger-annotations</artifactId>
</dependency>
<dependency>
+ <groupId>org.springdoc</groupId>
+ <artifactId>springdoc-openapi-ui</artifactId>
+ <version>1.5.9</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
@@ -133,7 +138,7 @@
<goal>generate</goal>
</goals>
<configuration>
- <inputSpec>${project.basedir}/docs/openapi/openapi.yml</inputSpec>
+ <inputSpec>${project.basedir}/src/main/resources/static/openapi.yml</inputSpec>
<invokerPackage>org.onap.cps.rest.controller</invokerPackage>
<modelPackage>org.onap.cps.rest.model</modelPackage>
<apiPackage>org.onap.cps.rest.api</apiPackage>