aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ac1241e7..9179e551 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
<properties>
<java.version>8</java.version>
<spring-boot.version>2.1.2.RELEASE</spring-boot.version>
+ <spring-cloud.version>Greenwich.SR1</spring-cloud.version>
<springfox.version>2.9.2</springfox.version>
<immutables.version>2.7.5</immutables.version>
<sdk.version>1.2.0-SNAPSHOT</sdk.version>
@@ -150,6 +151,14 @@
</dependency>
<dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-dependencies</artifactId>
+ <version>${spring-cloud.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>