aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorromaingimbert <romain.gimbert@orange.com>2019-02-25 15:03:56 +0100
committerromaingimbert <romain.gimbert@orange.com>2019-02-25 15:05:28 +0100
commit44a7f7d91b329a26fb814428af4a230d35ceff50 (patch)
treee683c5d0d04dbf4fdb6968822e0d320dca0fab4b
parentb9c025acf17c887ee3a98d8f9b2efe316270b60a (diff)
Update to Spring Boot 2
-fix docker Change-Id: Ief093f327c25c274144579a11b7d144562d6a03e Issue-ID: EXTAPI-192 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
-rw-r--r--pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index 727307a..790c5e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,10 +104,6 @@
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
- <groupId>org.apache.tomcat.embed</groupId>
- <artifactId>tomcat-embed-core</artifactId>
- </exclusion>
- <exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
@@ -121,12 +117,6 @@
</dependency>
<dependency>
- <groupId>org.apache.tomcat.embed</groupId>
- <artifactId>tomcat-embed-core</artifactId>
- <version>8.5.32</version>
- </dependency>
-
- <dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
@@ -151,12 +141,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-tomcat</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>