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/16 20:54:57 UTC

[sling-org-apache-sling-karaf-features] branch master updated: SLING-3027 Improve Launchpad Karaf Features

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 96856c6  SLING-3027 Improve Launchpad Karaf Features
96856c6 is described below

commit 96856c66b3b0abe1e1de566a886dfce417597e0a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Dec 16 21:38:52 2019 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    update sling-commons-messaging-mail
---
 src/main/feature/feature.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index a12884b..90b9450 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -103,11 +103,12 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.messaging.mail/0.0.1-SNAPSHOT</bundle>
     <!-- dependencies -->
     <feature>scr</feature>
+    <feature version="${project.version}">sling-commons-crypto</feature>
     <feature version="${project.version}">sling-commons-messaging</feature>
     <feature version="${project.version}">sling-commons-threads</feature>
     <bundle dependency="true">mvn:com.sun.mail/javax.mail/1.6.2</bundle>
     <bundle dependency="true">mvn:javax.mail/javax.mail-api/1.6.2</bundle>
-    <bundle dependency="true">mvn:org.apache.commons/commons-email/1.5</bundle>
+    <bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.9</bundle>
   </feature>
   <feature name="sling-commons-metrics" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.metrics/1.2.6</bundle>