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/08 14:47:28 UTC

[sling-org-apache-sling-karaf-features] 01/02: 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

commit 81674c75735a1d10fc505ab4dad9f0e133c0d0c0
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 8 15:41:33 2019 +0100

    SLING-8887 Provide Commons Crypto feature
    
    Add missing scr dependency
---
 src/main/feature/feature.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 26eae37..ea9e602 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -75,6 +75,8 @@
   </feature>
   <feature name="sling-commons-crypto" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.crypto/1.0.0-SNAPSHOT</bundle>
+    <!-- dependencies -->
+    <feature>scr</feature>
     <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>