From 55e0c48279b0d1ca9a474b409511c99dfcb5dc59 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 7e7ce78df..5e8ef2cbf 100644 --- a/bundles/org.openhab.binding.shelly/pom.xml +++ b/bundles/org.openhab.binding.shelly/pom.xml @@ -8,6 +8,9 @@ 4.1.0 + + org.eclipse.jetty.websocket.server + org.openhab.binding.shelly openHAB Add-ons :: Bundles :: Shelly Binding Gen1+2