summaryrefslogtreecommitdiffstats
path: root/certService/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'certService/pom.xml')
-rw-r--r--certService/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/certService/pom.xml b/certService/pom.xml
index affdda3b..57e7a3d8 100644
--- a/certService/pom.xml
+++ b/certService/pom.xml
@@ -38,6 +38,7 @@
<maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version>
<spring-boot-starter-actuator.version>2.2.4.RELEASE</spring-boot-starter-actuator.version>
<spring-boot-starter-log4j2.version>2.1.5.RELEASE</spring-boot-starter-log4j2.version>
+ <springdoc-openapi-ui.version>1.2.21</springdoc-openapi-ui.version>
</properties>
<dependencyManagement>
@@ -99,6 +100,11 @@
<artifactId>spring-boot-starter-actuator</artifactId>
<version>${spring-boot-starter-actuator.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.springdoc</groupId>
+ <artifactId>springdoc-openapi-ui</artifactId>
+ <version>${springdoc-openapi-ui.version}</version>
+ </dependency>
</dependencies>
<build>