diff options
Diffstat (limited to 'api/pom.xml')
| -rw-r--r-- | api/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/pom.xml b/api/pom.xml index d7bb09b..6b3a430 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -59,6 +59,12 @@ <artifactId>java-jwt</artifactId> <version>4.2.1</version> </dependency> + <dependency> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> + <version>2.0.2</version> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> |
