SLING-8887 Provide Commons Crypto feature
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 -->