Remove dashboard dependency (#371)

The dashboard no longer exists in OH3 making the release pipeline fail.

Signed-off-by: Wouter Born <github@maindrain.net>
pull/375/head
Wouter Born 2020-10-05 09:13:35 +02:00 committed by GitHub
parent 308526689b
commit dedc93deb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -30,11 +30,6 @@
<artifactId>org.openhab.core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.ui.bundles</groupId>
<artifactId>org.openhab.ui.dashboard</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.core.bundles</groupId>
<artifactId>org.openhab.core.model.sitemap</artifactId>