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 2021/12/18 21:14:06 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated: SLING-10970 Update Karaf to 4.3.4

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-distribution.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a86d32  SLING-10970 Update Karaf to 4.3.4
5a86d32 is described below

commit 5a86d32e22db903f9c0bf07cb079ab1819e8aaf5
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 16 23:04:16 2021 +0100

    SLING-10970 Update Karaf to 4.3.4
---
 pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 64f3c03..b01e358 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
       <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>4.3.3</version>
+        <version>4.3.4</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -178,6 +178,7 @@
           </startupFeatures>
           <bootFeatures>
             <feature>pax-url-wrap</feature>
+            <feature>pax-url-classpath</feature>
             <feature>shell</feature>
             <feature>feature</feature>
             <feature>jaas</feature>
@@ -227,13 +228,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.3.3</version>
+      <version>4.3.4</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.3.3</version>
+      <version>4.3.4</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -241,7 +242,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.3.3</version>
+      <version>4.3.4</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -249,7 +250,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>specs</artifactId>
-      <version>4.3.3</version>
+      <version>4.3.4</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>