diff options
author | Vitaly Takmazov | 2019-02-18 12:57:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-02-18 12:57:36 +0300 |
commit | e4f04775fc2e92e38613193ec11e60e6c983e3a2 (patch) | |
tree | fd43b01dcb78c0378273bd3a361d224c27898828 /build.gradle | |
parent | 7c5ecb0ded72bbb1d11c273be652a92db006333f (diff) |
Update deps
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/build.gradle b/build.gradle index 30007a7e..bc3c277e 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } plugins { - id 'org.springframework.boot' version '2.1.2.RELEASE' apply false + id 'org.springframework.boot' version '2.1.3.RELEASE' apply false id "com.moowork.node" version "1.2.0" apply false id("org.asciidoctor.convert") version "1.5.10" apply false } @@ -111,16 +111,7 @@ dependencies { compile ('org.springframework.boot:spring-boot-starter-security') compile ('org.springframework.boot:spring-boot-starter-jdbc') compile ("org.springframework.boot:spring-boot-starter-security") - compile ("org.springframework.boot:spring-boot-starter-web") { - exclude group: 'com.fasterxml.jackson.core' - exclude group: 'com.fasterxml.jackson.datatype' - exclude group: 'com.fasterxml.jackson.module' - } - compile 'com.fasterxml.jackson.core:jackson-core:2.9.8' - compile 'com.fasterxml.jackson.core:jackson-databind:2.9.8' - compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8' - compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8' - compile 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8' + compile ("org.springframework.boot:spring-boot-starter-web") compile ("org.springframework.boot:spring-boot-starter-undertow") { exclude group: 'org.jboss.xnio' } |