From 607c647734ed305bbd058249739adde4e0f18e51 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sun, 31 Dec 2023 11:48:04 +0100 Subject: [PATCH] [shelly] Fix WebSocketServerFactory ClassNotFoundException (#16150) Adds a package import so the class can be found by the class loader. Fixes #16118 Signed-off-by: Wouter Born --- bundles/org.openhab.binding.shelly/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/org.openhab.binding.shelly/pom.xml b/bundles/org.openhab.binding.shelly/pom.xml index 3f93bb9802..ccbe2a43a7 100644 --- a/bundles/org.openhab.binding.shelly/pom.xml +++ b/bundles/org.openhab.binding.shelly/pom.xml @@ -10,6 +10,9 @@ 4.2.0-SNAPSHOT + + org.eclipse.jetty.websocket.server + org.openhab.binding.shelly openHAB Add-ons :: Bundles :: Shelly Binding Gen1+2 -- 2.47.3