From 733d2e7b0c59e0c283ec5fdb64c9c9da661e2e78 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 660014d8b..b5d2cd77b 100644 --- a/bundles/org.openhab.binding.shelly/pom.xml +++ b/bundles/org.openhab.binding.shelly/pom.xml @@ -10,6 +10,9 @@ 4.1.1-SNAPSHOT + + org.eclipse.jetty.websocket.server + org.openhab.binding.shelly openHAB Add-ons :: Bundles :: Shelly Binding Gen1+2