提交 e79bda16 编写于 作者: S Sam Brannen

Polish build.gradle

上级 5fd81d2a
...@@ -4,6 +4,7 @@ buildscript { ...@@ -4,6 +4,7 @@ buildscript {
classpath 'io.spring.asciidoctor:spring-asciidoctor-extensions:0.1.3.RELEASE' classpath 'io.spring.asciidoctor:spring-asciidoctor-extensions:0.1.3.RELEASE'
} }
} }
plugins { plugins {
id 'io.spring.dependency-management' version '1.0.8.RELEASE' apply false id 'io.spring.dependency-management' version '1.0.8.RELEASE' apply false
id 'org.jetbrains.kotlin.jvm' version '1.3.50' 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' entry 'derbyclient'
} }
dependency "org.apache.poi:poi-ooxml:4.1.0" dependency "org.apache.poi:poi-ooxml:4.1.0"
dependency "org.awaitility:awaitility:3.1.3"
dependency "org.beanshell:bsh:2.0b5" dependency "org.beanshell:bsh:2.0b5"
dependency "org.freemarker:freemarker:2.3.28" dependency "org.freemarker:freemarker:2.3.28"
dependency "org.hsqldb:hsqldb:2.5.0" 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.servlet", name: "jboss-servlet-api_3.1_spec"
exclude group: "org.jboss.spec.javax.annotation", name: "jboss-annotations-api_1.2_spec" exclude group: "org.jboss.spec.javax.annotation", name: "jboss-annotations-api_1.2_spec"
} }
} }
dependencySet(group: 'com.squareup.okhttp3', version: '4.1.0') { 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.testng:testng:6.14.3"
dependency "org.hamcrest:hamcrest:2.1" dependency "org.hamcrest:hamcrest:2.1"
dependency "org.awaitility:awaitility:3.1.3"
dependency "org.assertj:assertj-core:3.13.2" dependency "org.assertj:assertj-core:3.13.2"
dependencySet(group: 'org.xmlunit', version: '2.6.2') { dependencySet(group: 'org.xmlunit', version: '2.6.2') {
entry 'xmlunit-assertj' entry 'xmlunit-assertj'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册