|
|
|
|
@ -4,6 +4,7 @@ buildscript {
@@ -4,6 +4,7 @@ buildscript {
|
|
|
|
|
classpath 'io.spring.asciidoctor:spring-asciidoctor-extensions:0.1.3.RELEASE' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
plugins { |
|
|
|
|
id 'io.spring.dependency-management' version '1.0.8.RELEASE' apply false |
|
|
|
|
id 'org.jetbrains.kotlin.jvm' version '1.3.50' apply false |
|
|
|
|
@ -113,7 +114,6 @@ configure(allprojects) { project ->
@@ -113,7 +114,6 @@ configure(allprojects) { project ->
|
|
|
|
|
entry 'derbyclient' |
|
|
|
|
} |
|
|
|
|
dependency "org.apache.poi:poi-ooxml:4.1.0" |
|
|
|
|
dependency "org.awaitility:awaitility:3.1.3" |
|
|
|
|
dependency "org.beanshell:bsh:2.0b5" |
|
|
|
|
dependency "org.freemarker:freemarker:2.3.28" |
|
|
|
|
dependency "org.hsqldb:hsqldb:2.5.0" |
|
|
|
|
@ -147,7 +147,6 @@ configure(allprojects) { project ->
@@ -147,7 +147,6 @@ configure(allprojects) { project ->
|
|
|
|
|
exclude group: "org.jboss.spec.javax.servlet", name: "jboss-servlet-api_3.1_spec" |
|
|
|
|
exclude group: "org.jboss.spec.javax.annotation", name: "jboss-annotations-api_1.2_spec" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
dependencySet(group: 'com.squareup.okhttp3', version: '4.1.0') { |
|
|
|
|
@ -186,6 +185,7 @@ configure(allprojects) { project ->
@@ -186,6 +185,7 @@ configure(allprojects) { project ->
|
|
|
|
|
} |
|
|
|
|
dependency "org.testng:testng:6.14.3" |
|
|
|
|
dependency "org.hamcrest:hamcrest:2.1" |
|
|
|
|
dependency "org.awaitility:awaitility:3.1.3" |
|
|
|
|
dependency "org.assertj:assertj-core:3.13.2" |
|
|
|
|
dependencySet(group: 'org.xmlunit', version: '2.6.2') { |
|
|
|
|
entry 'xmlunit-assertj' |
|
|
|
|
|