diff options
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 |