diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-02-24 09:50:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-24 09:50:07 +0000 |
commit | 1e81a4ebe5141878b054e72d000ac0e7f6bc3d71 (patch) | |
tree | ea0d3b8c10f06abaf9a2ae2c8ccde0f1cf30418a /certService/pom.xml | |
parent | 3731f17fd97677d8c426de15241c1310d0947fcf (diff) | |
parent | 7244c908edd4aa392e65d820c90845323918b47b (diff) |
Merge "Added actuator for refreshing configuration"
Diffstat (limited to 'certService/pom.xml')
-rw-r--r-- | certService/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> - + <dependency> + <groupId>org.springframework.cloud</groupId> + <artifactId>spring-cloud-starter-config</artifactId> + <version>${spring-cloud-starter-config.version}</version> + </dependency> </dependencies> <build> |