This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit f74227dff7ad3dead27fa43eb5b1d50971ac45a0 Author: Peter Palaga <[email protected]> AuthorDate: Tue Jun 2 16:40:50 2020 +0200 Remove a workaround comment where it is not a workaround anymore --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e8c2da..186a75a 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ <hapi.version>4.1.0</hapi.version> <httpclient.cache.version>4.5.5</httpclient.cache.version> <httpmime.version>4.1.3</httpmime.version> - <influxdb.version>2.18</influxdb.version><!-- workaround for https://github.com/apache/camel-quarkus/issues/1208 --> + <influxdb.version>2.18</influxdb.version> <jackson.version>2.10.3</jackson.version> <java.xml.ws.version>2.3.1</java.xml.ws.version> <javassist.version>3.22.0-CR2</javassist.version><!-- debezium -->
