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
parent
308526689b
commit
dedc93deb0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue