Skip to content

Commit

Permalink
Misc improvments to demoapp (openhab#1010)
Browse files Browse the repository at this point in the history
Signed-off-by: Hilbrand Bouwkamp <[email protected]>
  • Loading branch information
Hilbrand authored and kaikreuzer committed Dec 13, 2019
1 parent 3b09f9c commit 6eccd6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion launch/app/app.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ feature.openhab-model-runtime-all: \
smarthome.userdata=${.}/runtime/userdata,\
osgi.console.enable.builtin=false,\
logback.configurationFile=file:${.}/runtime/logback.xml,\
log4j.configuration=file:${.}/runtime/log4j.xml
log4j.configuration=file:${.}/runtime/log4j.xml,\
org.osgi.service.http.port=8080,\
org.osgi.framework.bootdelegation="sun.misc"

-runblacklist: bnd.identity;id='org.apache.aries.javax.jax.rs-api',\
bnd.identity;id='org.apache.aries.jpa.container',\
Expand Down
6 changes: 6 additions & 0 deletions launch/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.transform.map</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openhab.ui.bom</groupId>
<artifactId>org.openhab.ui.bom.openhab-ui</artifactId>
Expand Down

0 comments on commit 6eccd6b

Please sign in to comment.