Skip to content

Commit

Permalink
Fix /rest/transformations missing for demo app (#1714)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 authored Jan 1, 2025
1 parent a9452ff commit e2702e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launch/app/app.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ feature.openhab-model-runtime-all: \
bnd.identity;id='org.openhab.core.io.console.rfc147',\
bnd.identity;id='org.openhab.core.io.rest.sitemap',\
bnd.identity;id='org.openhab.core.io.rest.swagger',\
bnd.identity;id='org.openhab.core.io.rest.transform',\
bnd.identity;id='org.openhab.core.io.rest.ui',\
bnd.identity;id='org.openhab.core.io.websocket',\
bnd.identity;id='org.openhab.ui',\
Expand Down Expand Up @@ -271,6 +272,7 @@ feature.openhab-model-runtime-all: \
org.openhab.core.io.rest.sitemap;version='[5.0.0,5.0.1)',\
org.openhab.core.io.rest.sse;version='[5.0.0,5.0.1)',\
org.openhab.core.io.rest.swagger;version='[5.0.0,5.0.1)',\
org.openhab.core.io.rest.transform;version='[5.0.0,5.0.1)',\
org.openhab.core.io.rest.ui;version='[5.0.0,5.0.1)',\
org.openhab.core.io.websocket;version='[5.0.0,5.0.1)',\
org.openhab.core.model.core;version='[5.0.0,5.0.1)',\
Expand Down

0 comments on commit e2702e6

Please sign in to comment.