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 11dc322e663361849870be5a00c048e32471714d
Author: Oliver Lietz <[email protected]>
AuthorDate: Sat Sep 1 16:02:14 2018 +0200

    SLING-7878 Provide Commons Clam feature
---
 src/main/feature/feature.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index ff60826..f066523 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -74,6 +74,12 @@
     <feature version="${project.version}">sling-auth-openid</feature>
   </feature>
   <!-- Apache Sling Commons -->
+  <feature name="sling-commons-clam" version="${project.version}">
+    
<bundle>mvn:org.apache.sling/org.apache.sling.commons.clam/1.0.0-SNAPSHOT</bundle>
+    <!-- dependencies -->
+    <feature>scr</feature>
+    <bundle dependency="true">mvn:commons-io/commons-io/2.6</bundle>
+  </feature>
   <feature name="sling-commons-compiler" version="${project.version}">
     
<bundle>mvn:org.apache.sling/org.apache.sling.commons.compiler/2.3.6</bundle>
     <!-- dependencies -->

Reply via email to