Remove dependencies which are not present in the project. (#1592)

These cause build to fail with clean repository.

Signed-off-by: Łukasz Dywicki <luke@code-house.org>
This commit is contained in:
Łukasz Dywicki
2020-09-03 20:33:32 +02:00
committed by Kai Kreuzer
parent 9070539a1a
commit 7652d04ff6
2 changed files with 0 additions and 11 deletions
-6
View File
@@ -70,12 +70,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openhab.core.bundles</groupId>
<artifactId>org.openhab.core.extension.sample</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openhab.core.bundles</groupId>
<artifactId>org.openhab.core.id</artifactId>