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 f7e974cdd3acd64b5abf799b5ff2a95d5d63605d
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Apr 7 12:29:00 2020 +0200

    SLING-3027 Improve Launchpad Karaf Features
    
    update mail dependencies and add proper activation bundle
---
 src/main/feature/feature.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 77f309e..3a700b5 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -108,9 +108,10 @@
     <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:com.sun.mail/jakarta.mail/1.6.5</bundle>
+    <bundle dependency="true">mvn:jakarta.mail/jakarta.mail-api/1.6.5</bundle>
     <bundle 
dependency="true">mvn:org.apache.commons/commons-lang3/3.10</bundle>
+    <bundle 
dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0</bundle>
   </feature>
   <feature name="sling-commons-metrics" version="${project.version}">
     
<bundle>mvn:org.apache.sling/org.apache.sling.commons.metrics/1.2.8</bundle>

Reply via email to