Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix /rest/transformations missing for demo app #1714

Merged
merged 2 commits into from
Jan 1, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix /rest/transformations missing for demo app
Fixes openhab/openhab-webui#2954.

Signed-off-by: Florian Hotze <dev@florianhotze.com>
  • Loading branch information
florian-h05 committed Jan 1, 2025
commit 3b2d7e7e10a80012ebdfb57b66027dfc7782e8d4
1 change: 1 addition & 0 deletions launch/app/app.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,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