|
|
|
|
@ -34,7 +34,7 @@ configure(allprojects) { project ->
@@ -34,7 +34,7 @@ configure(allprojects) { project ->
|
|
|
|
|
mavenBom "org.eclipse.jetty:jetty-bom:9.4.36.v20210114" |
|
|
|
|
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.4.21" |
|
|
|
|
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.2" |
|
|
|
|
mavenBom "org.junit:junit-bom:5.7.0" |
|
|
|
|
mavenBom "org.junit:junit-bom:5.7.1" |
|
|
|
|
} |
|
|
|
|
dependencies { |
|
|
|
|
dependencySet(group: 'org.apache.logging.log4j', version: '2.14.0') { |
|
|
|
|
@ -382,7 +382,7 @@ configure([rootProject] + javaProjects) { project ->
@@ -382,7 +382,7 @@ configure([rootProject] + javaProjects) { project ->
|
|
|
|
|
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/", |
|
|
|
|
"https://projectreactor.io/docs/test/release/api/", |
|
|
|
|
"https://junit.org/junit4/javadoc/4.13.1/", |
|
|
|
|
"https://junit.org/junit5/docs/5.7.0/api/" |
|
|
|
|
"https://junit.org/junit5/docs/5.7.1/api/" |
|
|
|
|
] as String[] |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|