From: Wouter Born Date: Sun, 31 Dec 2023 10:48:04 +0000 (+0100) Subject: [shelly] Fix WebSocketServerFactory ClassNotFoundException (#16150) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=607c647734ed305bbd058249739adde4e0f18e51;p=openhab-addons.git [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 --- 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