aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/pom.xml
diff options
context:
space:
mode:
authorgrabinsk <maciej.grabinski@nokia.com>2019-06-04 15:18:44 +0200
committergrabinsk <maciej.grabinski@nokia.com>2019-06-14 12:34:51 +0200
commit4117c9fd7fcea895e18872e0d541e0f14a9a41b9 (patch)
tree7ac60bf14cd679a0d1268d3c9cb208018357dfe5 /prh-app-server/pom.xml
parent44b70902a263f9dcc73e1910377792097194f1d5 (diff)
fetching configuration from CBS at application bootstrap
Change-Id: Ibaa56c38b87fc8b8cfa858f74b7bc201bd507b37 Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r--prh-app-server/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml
index 50ee8044..8bda3f07 100644
--- a/prh-app-server/pom.xml
+++ b/prh-app-server/pom.xml
@@ -205,6 +205,10 @@
</dependency>
<dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-starter-config</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
@@ -239,6 +243,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-configuration-processor</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>