Skip to content

Commit

Permalink
[linky] Removed from the distribution until it is fixed (openhab#11233)
Browse files Browse the repository at this point in the history
* [linky] Removed from the distribution until it is fixed

Signed-off-by: Laurent Garnier <lg.hc@free.fr>

* Apply spotless

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Dave J Schoepel <dave@theschoepels.com>
  • Loading branch information
lolodomo authored and dschoepel committed Nov 9, 2021
1 parent 41aed34 commit 80e813e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions bom/openhab-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -746,11 +746,13 @@
<artifactId>org.openhab.binding.lifx</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<!-- linky binding suppressed from the distribution until it is fixed
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.linky</artifactId>
<version>${project.version}</version>
</dependency>
</dependency>
-->
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.linuxinput</artifactId>
Expand Down
4 changes: 3 additions & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@
<module>org.openhab.binding.lgtvserial</module>
<module>org.openhab.binding.lgwebos</module>
<module>org.openhab.binding.lifx</module>
<module>org.openhab.binding.linky</module>
<!-- linky binding suppressed from the distribution until it is fixed
<module>org.openhab.binding.linky</module>
-->
<module>org.openhab.binding.linuxinput</module>
<module>org.openhab.binding.lirc</module>
<module>org.openhab.binding.logreader</module>
Expand Down

0 comments on commit 80e813e

Please sign in to comment.