mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Fix missing feature (#2804)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user