From 7244c908edd4aa392e65d820c90845323918b47b Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Fri, 21 Feb 2020 15:49:34 +0100 Subject: Added actuator for refreshing configuration Cloud-config dependency is provided Event listener introduced to handle refresh call Refresh endpoint exposed Fixed docker-compose to start locally and use build images Update repositories for docker image and install vim on it Issue-ID: AAF-997 Signed-off-by: Tomasz Golabek Change-Id: Iee005518c901dad7730c5f48c410ec89850f1425 --- certService/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'certService/pom.xml') diff --git a/certService/pom.xml b/certService/pom.xml index 5fbd5b1c..c61501b4 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -75,7 +75,11 @@ commons-io commons-io - + + org.springframework.cloud + spring-cloud-starter-config + ${spring-cloud-starter-config.version} + -- cgit 1.2.3-korg