[linky] Removed from the distribution until it is fixed (#11233)
* [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>
This commit is contained in:
parent
195d532aa7
commit
ce8fac8df2
|
@ -741,11 +741,13 @@
|
||||||
<artifactId>org.openhab.binding.lifx</artifactId>
|
<artifactId>org.openhab.binding.lifx</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- linky binding suppressed from the distribution until it is fixed
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.openhab.addons.bundles</groupId>
|
<groupId>org.openhab.addons.bundles</groupId>
|
||||||
<artifactId>org.openhab.binding.linky</artifactId>
|
<artifactId>org.openhab.binding.linky</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.openhab.addons.bundles</groupId>
|
<groupId>org.openhab.addons.bundles</groupId>
|
||||||
<artifactId>org.openhab.binding.linuxinput</artifactId>
|
<artifactId>org.openhab.binding.linuxinput</artifactId>
|
||||||
|
|
|
@ -183,7 +183,9 @@
|
||||||
<module>org.openhab.binding.lgtvserial</module>
|
<module>org.openhab.binding.lgtvserial</module>
|
||||||
<module>org.openhab.binding.lgwebos</module>
|
<module>org.openhab.binding.lgwebos</module>
|
||||||
<module>org.openhab.binding.lifx</module>
|
<module>org.openhab.binding.lifx</module>
|
||||||
|
<!-- linky binding suppressed from the distribution until it is fixed
|
||||||
<module>org.openhab.binding.linky</module>
|
<module>org.openhab.binding.linky</module>
|
||||||
|
-->
|
||||||
<module>org.openhab.binding.linuxinput</module>
|
<module>org.openhab.binding.linuxinput</module>
|
||||||
<module>org.openhab.binding.lirc</module>
|
<module>org.openhab.binding.lirc</module>
|
||||||
<module>org.openhab.binding.logreader</module>
|
<module>org.openhab.binding.logreader</module>
|
||||||
|
|
Loading…
Reference in New Issue