summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2021-04-21 15:30:05 +0200
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2021-04-23 09:17:39 +0200
commit85da74a2400f92d26605ce1da5fef2bd8783d654 (patch)
tree6dc50e721356c82cf56ea1f2937adf0966fc98f4 /pom.xml
parentcd1fa6fcf91b8f233bd911446aad47fbc6ec70f6 (diff)
Add Swagger and OpenAPI description
Issue-ID: SDC-3185 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Ib6371ec21ad8331124efd1fd15d2e82364c10e39
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>