diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-02-07 08:27:34 +0100 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-02-07 09:31:59 +0100 |
commit | 4dd87396681cc8ad89256c6a329b51f14c113306 (patch) | |
tree | 1d7667b9891abe88b8e92e862d21c5bcd485652c /certService/pom.xml | |
parent | 6801658963291d7c0466c5ae836171b765da1d51 (diff) |
Add endpoint for CSR, that will log received data.
Issue-ID: AAF-995
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I6f2ab981669158c3b4c8d8c26fa829f7967aa712
Diffstat (limited to 'certService/pom.xml')
-rw-r--r-- | certService/pom.xml | 6 |
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> |