diff options
author | Mnushkin, Dmitry (dm4252) <dm4252@att.com> | 2020-02-11 09:36:12 -0600 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-02-11 15:43:20 -0500 |
commit | 1d1a6fa398cf66dbf35102242a556076e63219d7 (patch) | |
tree | 341f00bd789d64dc992eae017b757911acbbc3bb /so-simulator | |
parent | 00ba764f619848bcd4a384e26b0806bd5fb80749 (diff) |
Update SO SIM project
Restore dependencyManagement section
Issue-ID: SO-2463
Signed-off-by: Mnushkin, Dmitry (dm4252) <dm4252@att.com>
Change-Id: If2ce6acf54cd85c8e26ba1ab83c69c94e0217737
Diffstat (limited to 'so-simulator')
-rw-r--r-- | so-simulator/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/so-simulator/pom.xml b/so-simulator/pom.xml index 6e0d125ddb..609fc89c2b 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> |