Skip to content

Commit

Permalink
[shelly] Fix WebSocketServerFactory ClassNotFoundException (#16150)
Browse files Browse the repository at this point in the history
Adds a package import so the class can be found by the class loader.

Fixes #16118

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored and jlaur committed Dec 31, 2023
1 parent 4269e3e commit 733d2e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bundles/org.openhab.binding.shelly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<version>4.1.1-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>
Expand Down

0 comments on commit 733d2e7

Please sign in to comment.