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 2019/12/05 20:51:18 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated: SLING-8887 Provide Commons Crypto 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-distribution.git


The following commit(s) were added to refs/heads/master by this push:
     new cfedc65  SLING-8887 Provide Commons Crypto feature
cfedc65 is described below

commit cfedc6514d37356a270f290b2296771141552458
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 5 21:48:54 2019 +0100

    SLING-8887 Provide Commons Crypto feature
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 751a21a..7db5b2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,6 +458,7 @@
             <feature>sling-commons-compiler</feature>
             <feature>sling-commons-clam</feature>
             <feature>sling-commons-classloader</feature>
+            <feature>sling-commons-crypto</feature>
             <feature>sling-commons-fsclassloader</feature>
             <feature>sling-commons-html</feature>
             <feature>sling-commons-messaging</feature>