mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[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:
parent
4585422c4a
commit
607c647734
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user