diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f7c3d..3c4d063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file. -## [1.4.1] - 2011-12-xx +## [1.4.1] - 2011-12-15 - Retrieve multiple PCM samples and keep track of processing. -- Rename VIOS metric vFC to Virtual. +- Rename VIOS metric 'vFC' (storage adapter) to 'virtual'. ## [1.4.0] - 2011-12-01 - Rewrite of toml+xml+json de-serialization code (uses jackson now). diff --git a/build.gradle b/build.gradle index 4beb3c0..45afe49 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,6 @@ dependencies { implementation 'org.slf4j:slf4j-api:2.0.4' implementation 'org.slf4j:slf4j-simple:2.0.4' implementation 'com.squareup.okhttp3:okhttp:4.10.0' // Also used by InfluxDB Client - //implementation "org.eclipse.jetty:jetty-client:9.4.49.v20220914" implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.14.1' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.14.1'