diff options
| author | lucashemi <lucasxberger@gmail.com> | 2023-02-24 16:14:01 -0300 |
|---|---|---|
| committer | lucashemi <lucasxberger@gmail.com> | 2023-02-24 16:14:01 -0300 |
| commit | 9f82c403098bb96acd8b7116f84416d3b4643b57 (patch) | |
| tree | f69200376357e803dab229ff5cfea0c001e1803c /api/pom.xml | |
| parent | 514f2e7194a875cfc53d7e1bccd922db2bbb3f3f (diff) | |
api-appointments
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> |
