Merge branch '2.2.x' into 2.3.x

Closes gh-24185
This commit is contained in:
Stephane Nicoll 2020-11-17 21:36:34 +01:00
commit dea12f7551
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"
]
}