[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 <github@maindrain.net>
This commit is contained in:
Wouter Born 2023-12-31 11:48:04 +01:00 committed by Jacob Laursen
parent 4269e3ea2a
commit 733d2e7b0c
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
<version>4.1.1-SNAPSHOT</version> <version>4.1.1-SNAPSHOT</version>
</parent> </parent>
<properties>
<bnd.importpackage>org.eclipse.jetty.websocket.server</bnd.importpackage>
</properties>
<artifactId>org.openhab.binding.shelly</artifactId> <artifactId>org.openhab.binding.shelly</artifactId>
<name>openHAB Add-ons :: Bundles :: Shelly Binding Gen1+2</name> <name>openHAB Add-ons :: Bundles :: Shelly Binding Gen1+2</name>