]> git.basschouten.com Git - openhab-addons.git/commitdiff
[shelly] Fix WebSocketServerFactory ClassNotFoundException (#16150)
authorWouter Born <github@maindrain.net>
Sun, 31 Dec 2023 10:48:04 +0000 (11:48 +0100)
committerGitHub <noreply@github.com>
Sun, 31 Dec 2023 10:48:04 +0000 (11:48 +0100)
Adds a package import so the class can be found by the class loader.

Fixes #16118

Signed-off-by: Wouter Born <github@maindrain.net>
bundles/org.openhab.binding.shelly/pom.xml

index 3f93bb9802b87e56693381139442c7e470a0aa34..ccbe2a43a7c3ddad6d162962b4803b8392b6f503 100644 (file)
@@ -10,6 +10,9 @@
     <version>4.2.0-SNAPSHOT</version>
   </parent>
 
+  <properties>
+    <bnd.importpackage>org.eclipse.jetty.websocket.server</bnd.importpackage>
+  </properties>
 
   <artifactId>org.openhab.binding.shelly</artifactId>
   <name>openHAB Add-ons :: Bundles :: Shelly Binding Gen1+2</name>