|
|
|
@ -33,7 +33,7 @@ configure(allprojects) { project ->
@@ -33,7 +33,7 @@ configure(allprojects) { project ->
|
|
|
|
|
mavenBom "org.eclipse.jetty:jetty-bom:9.4.27.v20200227" |
|
|
|
|
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.70" |
|
|
|
|
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5" |
|
|
|
|
mavenBom "org.junit:junit-bom:5.6.0" |
|
|
|
|
mavenBom "org.junit:junit-bom:5.6.1" |
|
|
|
|
} |
|
|
|
|
dependencies { |
|
|
|
|
dependencySet(group: 'org.apache.logging.log4j', version: '2.13.1') { |
|
|
|
@ -367,7 +367,7 @@ configure([rootProject] + javaProjects) { project ->
@@ -367,7 +367,7 @@ configure([rootProject] + javaProjects) { project ->
|
|
|
|
|
"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.12/", |
|
|
|
|
"https://junit.org/junit5/docs/5.6.0/api/" |
|
|
|
|
"https://junit.org/junit5/docs/5.6.1/api/" |
|
|
|
|
] as String[] |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|