Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
karaf feature: model core does not need to be present in base (#6210)
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
  • Loading branch information
maggu2810 authored and kaikreuzer committed Sep 14, 2018
1 parent 3226f25 commit 43128c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion features/karaf/esh-core/src/main/feature/feature.xml
Expand Up @@ -141,7 +141,6 @@
</capability>

<bundle>mvn:org.eclipse.smarthome.io/org.eclipse.smarthome.io.rest.sse/${project.version}</bundle>
<bundle>mvn:org.eclipse.smarthome.model/org.eclipse.smarthome.model.core/${project.version}</bundle>
</feature>

<!-- optional ESH bundles -->
Expand Down Expand Up @@ -386,8 +385,14 @@
<bundle>mvn:org.eclipse.smarthome.config/org.eclipse.smarthome.config.discovery.upnp/${project.version}</bundle>
</feature>

<feature name="esh-model-core" version="${project.version}">
<feature>esh-base</feature>
<bundle>mvn:org.eclipse.smarthome.model/org.eclipse.smarthome.model.core/${project.version}</bundle>
</feature>

<feature name="esh-model-item" version="${project.version}">
<feature>esh-base</feature>
<feature>esh-model-core</feature>
<bundle>mvn:org.eclipse.smarthome.model/org.eclipse.smarthome.model.item/${project.version}</bundle>
</feature>

Expand Down Expand Up @@ -473,6 +478,7 @@

<feature name="esh-model-sitemap" version="${project.version}">
<feature>esh-base</feature>
<feature>esh-model-core</feature>
<bundle>mvn:org.eclipse.smarthome.model/org.eclipse.smarthome.model.sitemap/${project.version}</bundle>
</feature>

Expand Down

0 comments on commit 43128c1

Please sign in to comment.