diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-02-02 14:06:44 +0100 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-02-02 22:39:57 +0000 |
commit | fee9955e585a00155b93f6de279a36217a8857bd (patch) | |
tree | ec0b5ea7cb400b0f68d6ee4899ff31973db36ce8 /a1-policy-management/pom.xml | |
parent | b369f78cc4c558b94d1192f8774ce5bb044f2cf0 (diff) |
Improved API documentation
Using swagger3 and improving the API documatation.
Change-Id: I31f7783e0a6e6fd7698c68e5df6f2d306bce6816
Issue-ID: CCSDK-3127
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Diffstat (limited to 'a1-policy-management/pom.xml')
-rw-r--r-- | a1-policy-management/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index d1f74dd8..69d354b7 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -53,6 +53,11 @@ </properties> <dependencies> <dependency> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-ui</artifactId> + <version>1.5.2</version> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot</artifactId> </dependency> @@ -423,4 +428,4 @@ </plugin> </plugins> </build> -</project> +</project>
\ No newline at end of file |