You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/04/10 13:40:33 UTC

[sling-org-apache-sling-karaf-features] 04/05: SLING-9358 Provide Installer Factory Packages feature

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git

commit 24cec3f081840e8af0c43d5c1aadf10992bb301a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Apr 10 15:20:19 2020 +0200

    SLING-9358 Provide Installer Factory Packages feature
---
 src/main/feature/feature.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 6c19b84..6920361 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -351,6 +351,13 @@
     <!-- dependencies -->
     <feature version="${project.version}">sling-installer</feature>
   </feature>
+  <feature name="sling-installer-factory-packages" version="${project.version}">
+    <bundle>mvn:org.apache.sling/org.apache.sling.installer.factory.packages/1.0.2</bundle>
+    <!-- dependencies -->
+    <feature version="${project.version}">sling-installer</feature>
+    <feature version="${project.version}">sling-jcr</feature>
+    <feature version="${project.version}">jackrabbit-vault</feature>
+  </feature>
   <feature name="sling-installer-healthcheck" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.installer.hc/2.0.2</bundle>
     <!-- dependencies -->