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:50:55 UTC

[sling-org-apache-sling-karaf-features] 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-features.git


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

commit f453084529749c37e1c7c561e98d3f24e4188219
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 5 21:47:59 2019 +0100

    SLING-8887 Provide Commons Crypto feature
---
 src/main/feature/feature.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index bfd8880..26eae37 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -73,6 +73,11 @@
   <feature name="sling-commons-classloader" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.classloader/1.4.4</bundle>
   </feature>
+  <feature name="sling-commons-crypto" version="${project.version}">
+    <bundle>mvn:org.apache.sling/org.apache.sling.commons.crypto/1.0.0-SNAPSHOT</bundle>
+    <bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.9</bundle>
+    <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.9.3_1</bundle>
+  </feature>
   <feature name="sling-commons-fsclassloader" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.fsclassloader/1.0.12</bundle>
     <!-- dependencies -->