Added Twitter binding (#11212)

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
This commit is contained in:
Scott H 2021-09-05 12:11:40 -04:00 committed by GitHub
parent d1171ca809
commit 12fba3a5ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1471,6 +1471,11 @@
<artifactId>org.openhab.binding.tradfri</artifactId> <artifactId>org.openhab.binding.tradfri</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.twitter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.openhab.addons.bundles</groupId> <groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.unifi</artifactId> <artifactId>org.openhab.binding.unifi</artifactId>