[io.metrics] Fix MetricsService breaking REST API #10640 (#10644)

* [io.metrics] Fix MetricsService breaking REST API #10640

Signed-off-by: Robert Bach <openhab@mortalsilence.net>
This commit is contained in:
pravussum
2021-05-04 21:24:01 +02:00
committed by GitHub
parent 9441cfffe8
commit 582ef280e5
4 changed files with 47 additions and 122 deletions

View File

@@ -74,5 +74,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openhab.core.bundles</groupId>
<artifactId>org.openhab.core.io.rest</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>