Merge branch '2.3.x'

Closes gh-24186
This commit is contained in:
Stephane Nicoll 2020-11-17 21:36:58 +01:00
commit e220536ddb
1 changed files with 3 additions and 0 deletions

View File

@ -283,6 +283,9 @@ bom {
"elasticsearch-rest-client" {
exclude group: "commons-logging", module: "commons-logging"
},
"elasticsearch-rest-client-sniffer" {
exclude group: "commons-logging", module: "commons-logging"
},
"elasticsearch-rest-high-level-client"
]
}