aboutsummaryrefslogtreecommitdiffstats
path: root/certService/pom.xml
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2020-02-05 11:24:54 +0100
committerPawel <pawel.kasperkiewicz@nokia.com>2020-02-05 11:24:54 +0100
commitdb979302035c3d0b25025b4dd81342a32b5f9496 (patch)
tree314ffd2446649e492280fe5b78927dbb2817a455 /certService/pom.xml
parent40d0466c361c02d96295cab1a6118a204b064539 (diff)
Create healthcheck WS
Issue-ID: AAF-995 Signed-off-by: Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com> Change-Id: Ie356ccaa583bcbdcafffb4b15a5db43a1d01ed95
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 b5410e5c..21d212f1 100644
--- a/certService/pom.xml
+++ b/certService/pom.xml
@@ -36,6 +36,7 @@
<spring-boot-starter.version>2.2.4.RELEASE</spring-boot-starter.version>
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
<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>
</properties>
<dependencyManagement>
@@ -81,6 +82,11 @@
<version>${assertj-core.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-actuator</artifactId>
+ <version>${spring-boot-starter-actuator.version}</version>
+ </dependency>
</dependencies>
<build>