|
|
|
|
@ -26,7 +26,7 @@ configure(allprojects) { project ->
@@ -26,7 +26,7 @@ configure(allprojects) { project ->
|
|
|
|
|
dependencyManagement { |
|
|
|
|
imports { |
|
|
|
|
mavenBom "com.fasterxml.jackson:jackson-bom:2.11.3" |
|
|
|
|
mavenBom "io.netty:netty-bom:4.1.52.Final" |
|
|
|
|
mavenBom "io.netty:netty-bom:4.1.53.Final" |
|
|
|
|
mavenBom "io.projectreactor:reactor-bom:2020.0.0-RC2" |
|
|
|
|
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR7" |
|
|
|
|
mavenBom "io.rsocket:rsocket-bom:1.1.0-RC1" |
|
|
|
|
@ -39,8 +39,8 @@ configure(allprojects) { project ->
@@ -39,8 +39,8 @@ configure(allprojects) { project ->
|
|
|
|
|
dependencySet(group: 'org.apache.logging.log4j', version: '2.13.3') { |
|
|
|
|
entry 'log4j-api' |
|
|
|
|
entry 'log4j-core' |
|
|
|
|
entry 'log4j-slf4j-impl' |
|
|
|
|
entry 'log4j-jul' |
|
|
|
|
entry 'log4j-slf4j-impl' |
|
|
|
|
} |
|
|
|
|
dependency "org.slf4j:slf4j-api:1.7.30" |
|
|
|
|
dependency("com.google.code.findbugs:findbugs:3.0.1") { |
|
|
|
|
@ -128,14 +128,14 @@ configure(allprojects) { project ->
@@ -128,14 +128,14 @@ configure(allprojects) { project ->
|
|
|
|
|
dependency "org.webjars:webjars-locator-core:0.46" |
|
|
|
|
dependency "org.webjars:underscorejs:1.8.3" |
|
|
|
|
|
|
|
|
|
dependencySet(group: 'org.apache.tomcat', version: '9.0.38') { |
|
|
|
|
dependencySet(group: 'org.apache.tomcat', version: '9.0.39') { |
|
|
|
|
entry 'tomcat-util' |
|
|
|
|
entry('tomcat-websocket') { |
|
|
|
|
exclude group: "org.apache.tomcat", name: "tomcat-websocket-api" |
|
|
|
|
exclude group: "org.apache.tomcat", name: "tomcat-servlet-api" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
dependencySet(group: 'org.apache.tomcat.embed', version: '9.0.38') { |
|
|
|
|
dependencySet(group: 'org.apache.tomcat.embed', version: '9.0.39') { |
|
|
|
|
entry 'tomcat-embed-core' |
|
|
|
|
entry 'tomcat-embed-websocket' |
|
|
|
|
} |
|
|
|
|
@ -161,7 +161,7 @@ configure(allprojects) { project ->
@@ -161,7 +161,7 @@ configure(allprojects) { project ->
|
|
|
|
|
exclude group: "commons-logging", name: "commons-logging" |
|
|
|
|
} |
|
|
|
|
dependency 'org.apache.httpcomponents.client5:httpclient5:5.0.3' |
|
|
|
|
dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.0.3' |
|
|
|
|
dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.0.2' |
|
|
|
|
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.4" |
|
|
|
|
|
|
|
|
|
dependency "org.jruby:jruby:9.2.13.0" |
|
|
|
|
|