aboutsummaryrefslogtreecommitdiffstats
path: root/so-simulator
diff options
context:
space:
mode:
authorMax Benjamin <max.benjamin@att.com>2020-02-27 14:28:55 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-27 14:28:55 +0000
commite42d0be6e4a3ec8ac871bc926c4f02540181d201 (patch)
tree9ebfd757aab4a4b23ae59e03f2686da34cec949e /so-simulator
parent20a3f923ccc0635a2fdf99643e4680433d39977d (diff)
parent1d1a6fa398cf66dbf35102242a556076e63219d7 (diff)
Merge "Update SO SIM project"
Diffstat (limited to 'so-simulator')
-rw-r--r--so-simulator/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/so-simulator/pom.xml b/so-simulator/pom.xml
index 352a16769b..35964d6de6 100644
--- a/so-simulator/pom.xml
+++ b/so-simulator/pom.xml
@@ -17,8 +17,19 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<citrus.simulator.version>1.1.0</citrus.simulator.version>
+ <spring.boot.version>2.0.9.RELEASE</spring.boot.version>
</properties>
-
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-dependencies</artifactId>
+ <version>${spring.boot.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>