|
|
|
|
@ -181,7 +181,7 @@ configure(allprojects) { project ->
@@ -181,7 +181,7 @@ configure(allprojects) { project ->
|
|
|
|
|
exclude group: "dom4j", name: "dom4j" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
dependency("junit:junit:4.13") { |
|
|
|
|
dependency("junit:junit:4.13.1") { |
|
|
|
|
exclude group: "org.hamcrest", name: "hamcrest-core" |
|
|
|
|
} |
|
|
|
|
dependency("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1") { |
|
|
|
|
@ -380,7 +380,7 @@ configure([rootProject] + javaProjects) { project ->
@@ -380,7 +380,7 @@ configure([rootProject] + javaProjects) { project ->
|
|
|
|
|
"https://fasterxml.github.io/jackson-databind/javadoc/2.10/", |
|
|
|
|
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/", |
|
|
|
|
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/", |
|
|
|
|
"https://junit.org/junit4/javadoc/4.13/", |
|
|
|
|
"https://junit.org/junit4/javadoc/4.13.1/", |
|
|
|
|
"https://junit.org/junit5/docs/5.7.0/api/" |
|
|
|
|
] as String[] |
|
|
|
|
} |
|
|
|
|
|