Add support for InfluxDB 2.x

Closes gh-25891
This commit is contained in:
Stephane Nicoll
2021-02-23 13:22:18 +01:00
parent 043cf88687
commit 52fedb2bb4
6 changed files with 142 additions and 14 deletions

View File

@@ -520,6 +520,13 @@ bom {
]
}
}
library("InfluxDB Client Java", "2.3.0") {
group("com.influxdb") {
modules = [
"influxdb-client-java"
]
}
}
library("InfluxDB Java", "2.21") {
group("org.influxdb") {
modules = [