aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorromaingimbert <romain.gimbert@orange.com>2019-02-01 15:05:15 +0100
committerromaingimbert <romain.gimbert@orange.com>2019-02-01 15:05:15 +0100
commit7093b767e7d9a76c4f91ec98e95a9b1ea8a5e14d (patch)
treebf5d63b7d170504e490ca415345543d855dcbf62 /pom.xml
parent2afa1a1b9b020c0ada15581658268e98b7219a64 (diff)
Update to Spring Boot 2
-update pom dependencies -fix code -fix test Change-Id: I23c3c702c598ce46e5b861a2fbdfd06f2d439c51 Issue-ID: EXTAPI-192 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
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>