Introduce metadata for all add-ons (#3050)

* Introduce addon.xml

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2023-01-15 15:31:42 +01:00
committed by GitHub
parent dd584779db
commit 3d54ee54d2
81 changed files with 1250 additions and 1356 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
</dependency>
<dependency>
<groupId>org.openhab.core.bundles</groupId>
<artifactId>org.openhab.core.binding.xml</artifactId>
<artifactId>org.openhab.core.addon.xml</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>