[touchwand] add to BOM (#8957)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
J-N-K 2020-11-04 23:44:32 +01:00 committed by GitHub
parent 4342bb1cb3
commit ffc48e498d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1211,6 +1211,11 @@
<artifactId>org.openhab.binding.tibber</artifactId> <artifactId>org.openhab.binding.tibber</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.touchwand</artifactId>
<version>${project.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.openhab.addons.bundles</groupId> <groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.tplinksmarthome</artifactId> <artifactId>org.openhab.binding.tplinksmarthome</artifactId>