diff options
-rw-r--r-- | build.gradle | 10 |
1 files changed, 2 insertions, 8 deletions
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') |