From 689ef69bce546483296203b680dbe36721d526a4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 6 Apr 2019 19:41:54 +0300 Subject: Spring Boot 2.1.4 No need to override undertow dependencies anymore --- build.gradle | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index ddf688f9..2bd337ab 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } plugins { - id 'org.springframework.boot' version '2.1.3.RELEASE' apply false + id 'org.springframework.boot' version '2.1.4.RELEASE' apply false id "com.moowork.node" version "1.3.1" apply false id("org.asciidoctor.convert") version "2.0.0" apply false } @@ -111,13 +111,7 @@ dependencies { compile ('org.springframework.boot:spring-boot-starter-jdbc') compile ("org.springframework.boot:spring-boot-starter-security") compile ("org.springframework.boot:spring-boot-starter-web") - compile ("org.springframework.boot:spring-boot-starter-undertow") { - exclude group: 'org.jboss.xnio' - } - compile ("org.jboss.xnio:xnio-nio:3.7.1.Final") { - exclude group: 'org.jboss.threads' - } - compile 'org.jboss.threads:jboss-threads:2.3.3.Final' + compile ("org.springframework.boot:spring-boot-starter-undertow") compile ("org.springframework.boot:spring-boot-starter-json") compile ('org.springframework.boot:spring-boot-devtools') -- cgit v1.2.3