summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index eed6d51..2ae90bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,12 @@
<version>${apache.commons.compress.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.springdoc</groupId>
+ <artifactId>springdoc-openapi-ui</artifactId>
+ <version>1.5.7</version>
+ </dependency>
+
</dependencies>
<dependencyManagement>