You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/10/15 05:47:16 UTC

[karaf] branch karaf-4.3.x updated: Fix spring-security 5.7.x feature

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

jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 0b74be70f7 Fix spring-security 5.7.x feature
0b74be70f7 is described below

commit 0b74be70f7f41021b64e527e60db6c92b78f95a7
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Oct 15 07:46:52 2022 +0200

    Fix spring-security 5.7.x feature
---
 assemblies/features/spring/src/main/feature/feature.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/assemblies/features/spring/src/main/feature/feature.xml b/assemblies/features/spring/src/main/feature/feature.xml
index 2b0e17cf03..f23a8ffcc3 100644
--- a/assemblies/features/spring/src/main/feature/feature.xml
+++ b/assemblies/features/spring/src/main/feature/feature.xml
@@ -118,7 +118,6 @@
     </feature>
 
     <feature name="spring-security" description="Spring Security 5.7.x support" version="${spring.security57.version}">
-        <feature>pax-web-jsp</feature>
         <feature>pax-web-war</feature>
         <feature version="[5.2,6)">spring-jdbc</feature>
         <feature version="[5.2,6)">spring-tx</feature>