Replace dependency management plugin with built-in platform support

This commit is contained in:
Andy Wilkinson
2022-08-30 15:18:49 +01:00
parent 741ee960e2
commit a5fb55fd6d
8 changed files with 189 additions and 244 deletions

View File

@@ -35,7 +35,9 @@ dependencies {
optional("org.eclipse.jetty:jetty-reactive-httpclient")
optional('org.apache.httpcomponents.client5:httpclient5')
optional('org.apache.httpcomponents.core5:httpcore5-reactive')
optional("org.apache.httpcomponents:httpclient")
optional("org.apache.httpcomponents:httpclient") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("com.squareup.okhttp3:okhttp")
optional("com.fasterxml.woodstox:woodstox-core")
optional("com.fasterxml:aalto-xml")