|
|
|
|
@ -11,7 +11,7 @@ buildscript {
@@ -11,7 +11,7 @@ buildscript {
|
|
|
|
|
// 3rd party plugin repositories can be configured in settings.gradle |
|
|
|
|
plugins { |
|
|
|
|
id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false |
|
|
|
|
id "org.jetbrains.kotlin.jvm" version "1.2.61" apply false |
|
|
|
|
id "org.jetbrains.kotlin.jvm" version "1.2.70" apply false |
|
|
|
|
id "org.jetbrains.dokka" version "0.9.17" |
|
|
|
|
id "org.asciidoctor.convert" version "1.5.7" |
|
|
|
|
} |
|
|
|
|
@ -35,7 +35,7 @@ ext {
@@ -35,7 +35,7 @@ ext {
|
|
|
|
|
jackson2Version = "2.9.6" |
|
|
|
|
jettyVersion = "9.4.12.v20180830" |
|
|
|
|
junit5Version = "5.3.1" |
|
|
|
|
kotlinVersion = "1.2.61" |
|
|
|
|
kotlinVersion = "1.2.70" |
|
|
|
|
log4jVersion = "2.11.1" |
|
|
|
|
nettyVersion = "4.1.29.Final" |
|
|
|
|
reactorVersion = "Californium-RC1" |
|
|
|
|
@ -277,7 +277,7 @@ configure(rootProject) {
@@ -277,7 +277,7 @@ configure(rootProject) {
|
|
|
|
|
testCompile("javax.servlet:javax.servlet-api:3.1.0") |
|
|
|
|
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}") |
|
|
|
|
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}") |
|
|
|
|
testCompile("org.hibernate:hibernate-core:5.1.15.Final") |
|
|
|
|
testCompile("org.hibernate:hibernate-core:5.1.16.Final") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
artifacts { |
|
|
|
|
|