parent
c89e3e6e0d
commit
e18149878c
|
@ -154,7 +154,7 @@ configure(allprojects) { project ->
|
||||||
testCompile("junit:junit:4.12") {
|
testCompile("junit:junit:4.12") {
|
||||||
exclude group: "org.hamcrest", module: "hamcrest-core"
|
exclude group: "org.hamcrest", module: "hamcrest-core"
|
||||||
}
|
}
|
||||||
testCompile("org.mockito:mockito-core:2.22.0") {
|
testCompile("org.mockito:mockito-core:2.23.0") {
|
||||||
exclude group: "org.hamcrest", module: "hamcrest-core"
|
exclude group: "org.hamcrest", module: "hamcrest-core"
|
||||||
}
|
}
|
||||||
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
|
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
|
||||||
|
|
|
@ -81,6 +81,6 @@ dependencies {
|
||||||
testRuntime("com.sun.mail:javax.mail:1.6.2")
|
testRuntime("com.sun.mail:javax.mail:1.6.2")
|
||||||
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
|
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
|
||||||
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
|
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
|
||||||
testRuntime("javax.json:javax.json-api:1.1.2")
|
testRuntime("javax.json:javax.json-api:1.1.3")
|
||||||
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
|
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue