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-distribution.git
commit 98261eeee334fe258ca8bc51c9eb40a0eee5103b Author: Oliver Lietz <[email protected]> AuthorDate: Sat Sep 1 16:02:34 2018 +0200 SLING-7878 Provide Commons Clam feature --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index c89b31f..df35c5d 100644 --- a/pom.xml +++ b/pom.xml @@ -442,6 +442,7 @@ <feature>sling-auth-selector</feature> <!-- Apache Sling Commons --> <feature>sling-commons-compiler</feature> + <feature>sling-commons-clam</feature> <feature>sling-commons-classloader</feature> <feature>sling-commons-fsclassloader</feature> <feature>sling-commons-html</feature>
