This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
[HonoInfluxDbConnector] Missing Dependency #70
Labels
influxdb connector
all isssues related to the Hono to InfluxDbConnector
When starting the HonoInfluxDBConnector, there is a compilation error regarding a missing package "javax.annotation", which is used in the InfluxDBClient (@PreDestroy). Adding
<dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.2</version> </dependency>
solved that issue for me. I'm using openjdk 11.0.3 on Ubuntu 16.04
The text was updated successfully, but these errors were encountered: