Skip to content

Commit e2702e6

Browse files
authored
Fix /rest/transformations missing for demo app (#1714)
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent a9452ff commit e2702e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

launch/app/app.bndrun

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ feature.openhab-model-runtime-all: \
5959
bnd.identity;id='org.openhab.core.io.console.rfc147',\
6060
bnd.identity;id='org.openhab.core.io.rest.sitemap',\
6161
bnd.identity;id='org.openhab.core.io.rest.swagger',\
62+
bnd.identity;id='org.openhab.core.io.rest.transform',\
6263
bnd.identity;id='org.openhab.core.io.rest.ui',\
6364
bnd.identity;id='org.openhab.core.io.websocket',\
6465
bnd.identity;id='org.openhab.ui',\
@@ -271,6 +272,7 @@ feature.openhab-model-runtime-all: \
271272
org.openhab.core.io.rest.sitemap;version='[5.0.0,5.0.1)',\
272273
org.openhab.core.io.rest.sse;version='[5.0.0,5.0.1)',\
273274
org.openhab.core.io.rest.swagger;version='[5.0.0,5.0.1)',\
275+
org.openhab.core.io.rest.transform;version='[5.0.0,5.0.1)',\
274276
org.openhab.core.io.rest.ui;version='[5.0.0,5.0.1)',\
275277
org.openhab.core.io.websocket;version='[5.0.0,5.0.1)',\
276278
org.openhab.core.model.core;version='[5.0.0,5.0.1)',\

0 commit comments

Comments
 (0)