Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

[HonoInfluxDbConnector] Missing Dependency #70

Open
phil-hei opened this issue Jun 13, 2019 · 0 comments
Open

[HonoInfluxDbConnector] Missing Dependency #70

phil-hei opened this issue Jun 13, 2019 · 0 comments
Labels
influxdb connector all isssues related to the Hono to InfluxDbConnector

Comments

@phil-hei
Copy link
Contributor

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

@eriksven eriksven added the influxdb connector all isssues related to the Hono to InfluxDbConnector label Jun 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
influxdb connector all isssues related to the Hono to InfluxDbConnector
Projects
None yet
Development

No branches or pull requests

2 participants