Fix missing feature (#2804)

Signed-off-by: Jan N. Klug <github@klug.nrw>
pull/2807/head
J-N-K 2022-02-26 12:51:56 +01:00 committed by GitHub
parent 0ba4de3594
commit c267e8f876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<dependency>
<groupId>org.openhab.core.bundles</groupId>
<artifactId>org.openhab.core.io.rest</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@ -20,6 +20,7 @@
<feature>scr</feature>
<feature>eventadmin</feature>
<feature>log</feature>
<!-- Apache Commons -->
<bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.12.0</bundle>