summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2020-02-21 15:49:34 +0100
committerTomasz Golabek <tomasz.golabek@nokia.com>2020-02-24 10:27:19 +0100
commit7244c908edd4aa392e65d820c90845323918b47b (patch)
tree3e3d04065d74f0f139c5e1290b35d511d8bbaa75 /pom.xml
parent0474f5347007cf6c04cb01f84b83fc2edd6fbc59 (diff)
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 <tomasz.golabek@nokia.com> Change-Id: Iee005518c901dad7730c5f48c410ec89850f1425
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 010a6342..3eb68813 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
<maven-surefire-plugin.version>3.0.0-M4</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>
+ <spring-cloud-starter-config.version>2.2.1.RELEASE</spring-cloud-starter-config.version>
<springdoc-openapi-ui.version>1.2.30</springdoc-openapi-ui.version>
<bouncycastle.version>1.60</bouncycastle.version>
<docker-maven-plugin.version>0.33.0</docker-maven-plugin.version>