summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2019-02-21 13:18:47 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-21 13:18:47 +0000
commitb9c025acf17c887ee3a98d8f9b2efe316270b60a (patch)
treeb97876482194be911a4a2cdbc8dc258f10d5ae35 /pom.xml
parent526d2fc3562ccafa503ce5d086a7f4da6f2f3393 (diff)
parent7093b767e7d9a76c4f91ec98e95a9b1ea8a5e14d (diff)
Merge "Update to Spring Boot 2"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a778cf7..727307a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.12.RELEASE</version>
+ <version>2.1.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -117,7 +117,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.8.11.2</version>
+ <version>2.9.4</version>
</dependency>
<dependency>
@@ -146,7 +146,13 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
- <version>1.13.14.RELEASE</version>
+ <version>2.1.4.RELEASE</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-tomcat</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>