This is an automated email from the ASF dual-hosted git repository.

jcabrerizo pushed a commit to branch feature/bump-karaf
in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git

commit 8cc44a6d4514507720d966f122e2b1789e93bfdf
Author: Juan Cabrerizo <[email protected]>
AuthorDate: Fri Dec 18 16:56:24 2020 +0000

    Usin com.sun.activation instad of javax
---
 karaf/features/src/main/feature/feature.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/karaf/features/src/main/feature/feature.xml 
b/karaf/features/src/main/feature/feature.xml
index f59d4dc..e4df343 100644
--- a/karaf/features/src/main/feature/feature.xml
+++ b/karaf/features/src/main/feature/feature.xml
@@ -54,10 +54,10 @@
 
     <feature name="brooklyn-startup-features" version="${project.version}" 
description="Bundles to add to startup.properties">
         <!--        <bundle 
dependency="true">mvn:org.apache.servicemix.specs.activation-api-1.1</bundle>-->
-<!--        <bundle 
dependency="true">mvn:org.apache.servicemix.specs.activation-api-1.1/2.9.0</bundle>-->
-        <bundle 
dependency='true'>wrap:mvn:javax.activation/activation/1.1</bundle>
+        <!--        <bundle 
dependency="true">mvn:org.apache.servicemix.specs.activation-api-1.1/2.9.0</bundle>-->
+        <bundle 
dependency="true">mvn:com.sun.activation/jakarta.activation/${jakarta.activation.version>}</bundle>
         <!-- Register javax.mail along with pax-logging-service so it doesn't 
get refreshed later -->
-        <bundle>mvn:javax.mail/mail/${javax.mail.version}</bundle>
+        <bundle 
dependency="true">mvn:javax.mail/mail/${javax.mail.version}</bundle>
     </feature>
 
     <feature name="brooklyn-guava-optional-deps" version="${project.version}" 
description="Guava dependencies to avoid refreshing the bundle">

Reply via email to