Add Influxdb 0.9.0 support

Change-Id: Ia282cc8018d42617eebb80e3079b031c1e82d13c
This commit is contained in:
Deklan Dieterly 2015-02-06 14:31:17 -07:00
parent b6546d2aa9
commit cd795540af

View File

@ -17,6 +17,13 @@ import com.fasterxml.jackson.annotation.JsonProperty;
public class InfluxDbConfiguration {
@JsonProperty
String version;
public String getVersion() {
return version;
}
@JsonProperty
String name;