Skip to content

Commit e79bda1

Browse files
committed
Polish build.gradle
1 parent 5fd81d2 commit e79bda1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ buildscript {
44
classpath 'io.spring.asciidoctor:spring-asciidoctor-extensions:0.1.3.RELEASE'
55
}
66
}
7+
78
plugins {
89
id 'io.spring.dependency-management' version '1.0.8.RELEASE' apply false
910
id 'org.jetbrains.kotlin.jvm' version '1.3.50' apply false
@@ -113,7 +114,6 @@ configure(allprojects) { project ->
113114
entry 'derbyclient'
114115
}
115116
dependency "org.apache.poi:poi-ooxml:4.1.0"
116-
dependency "org.awaitility:awaitility:3.1.3"
117117
dependency "org.beanshell:bsh:2.0b5"
118118
dependency "org.freemarker:freemarker:2.3.28"
119119
dependency "org.hsqldb:hsqldb:2.5.0"
@@ -147,7 +147,6 @@ configure(allprojects) { project ->
147147
exclude group: "org.jboss.spec.javax.servlet", name: "jboss-servlet-api_3.1_spec"
148148
exclude group: "org.jboss.spec.javax.annotation", name: "jboss-annotations-api_1.2_spec"
149149
}
150-
151150
}
152151

153152
dependencySet(group: 'com.squareup.okhttp3', version: '4.1.0') {
@@ -186,6 +185,7 @@ configure(allprojects) { project ->
186185
}
187186
dependency "org.testng:testng:6.14.3"
188187
dependency "org.hamcrest:hamcrest:2.1"
188+
dependency "org.awaitility:awaitility:3.1.3"
189189
dependency "org.assertj:assertj-core:3.13.2"
190190
dependencySet(group: 'org.xmlunit', version: '2.6.2') {
191191
entry 'xmlunit-assertj'

0 commit comments

Comments
 (0)