You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2016/12/21 20:32:12 UTC

[3/7] incubator-unomi git commit: Update feature to add dependency to cellar

Update feature to add dependency to cellar


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/207c2cc4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/207c2cc4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/207c2cc4

Branch: refs/heads/feature-UNOMI-70-ES5X
Commit: 207c2cc429ce989e6a8939e1ceccf89fcf02dfce
Parents: 31677cb
Author: Serge Huber <sh...@apache.org>
Authored: Wed Dec 21 20:15:50 2016 +0100
Committer: Serge Huber <sh...@apache.org>
Committed: Wed Dec 21 20:15:50 2016 +0100

----------------------------------------------------------------------
 kar/src/main/feature/feature.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/207c2cc4/kar/src/main/feature/feature.xml
----------------------------------------------------------------------
diff --git a/kar/src/main/feature/feature.xml b/kar/src/main/feature/feature.xml
index 39413fb..674e6bc 100644
--- a/kar/src/main/feature/feature.xml
+++ b/kar/src/main/feature/feature.xml
@@ -23,6 +23,7 @@
         <feature>cxf</feature>
         <feature>openwebbeans</feature>
         <feature>pax-cdi-web-openwebbeans</feature>
+        <feature>cellar</feature>
         <configfile finalname="/etc/org.apache.unomi.web.cfg">mvn:org.apache.unomi/unomi-wab/${project.version}/cfg/unomicfg</configfile>
         <configfile finalname="/etc/org.apache.unomi.persistence.elasticsearch.cfg">mvn:org.apache.unomi/unomi-persistence-elasticsearch-core/${project.version}/cfg/elasticsearchcfg</configfile>
         <configfile finalname="/etc/org.apache.unomi.plugins.request.cfg">mvn:org.apache.unomi/unomi-plugins-request/${project.version}/cfg/requestcfg</configfile>