@@ -4,6 +4,7 @@ buildscript {
4
4
classpath ' io.spring.asciidoctor:spring-asciidoctor-extensions:0.1.3.RELEASE'
5
5
}
6
6
}
7
+
7
8
plugins {
8
9
id ' io.spring.dependency-management' version ' 1.0.8.RELEASE' apply false
9
10
id ' org.jetbrains.kotlin.jvm' version ' 1.3.50' apply false
@@ -113,7 +114,6 @@ configure(allprojects) { project ->
113
114
entry ' derbyclient'
114
115
}
115
116
dependency " org.apache.poi:poi-ooxml:4.1.0"
116
- dependency " org.awaitility:awaitility:3.1.3"
117
117
dependency " org.beanshell:bsh:2.0b5"
118
118
dependency " org.freemarker:freemarker:2.3.28"
119
119
dependency " org.hsqldb:hsqldb:2.5.0"
@@ -147,7 +147,6 @@ configure(allprojects) { project ->
147
147
exclude group : " org.jboss.spec.javax.servlet" , name : " jboss-servlet-api_3.1_spec"
148
148
exclude group : " org.jboss.spec.javax.annotation" , name : " jboss-annotations-api_1.2_spec"
149
149
}
150
-
151
150
}
152
151
153
152
dependencySet(group : ' com.squareup.okhttp3' , version : ' 4.1.0' ) {
@@ -186,6 +185,7 @@ configure(allprojects) { project ->
186
185
}
187
186
dependency " org.testng:testng:6.14.3"
188
187
dependency " org.hamcrest:hamcrest:2.1"
188
+ dependency " org.awaitility:awaitility:3.1.3"
189
189
dependency " org.assertj:assertj-core:3.13.2"
190
190
dependencySet(group : ' org.xmlunit' , version : ' 2.6.2' ) {
191
191
entry ' xmlunit-assertj'
0 commit comments