This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
new c84a707 Fix war feature name in spring-legacy features repo
c84a707 is described below
commit c84a7074e4a261c3ac502920fb029e3eafe61e78
Author: jbonofre <[email protected]>
AuthorDate: Mon Mar 8 07:24:46 2021 +0100
Fix war feature name in spring-legacy features repo
---
assemblies/features/spring-legacy/src/main/feature/feature.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assemblies/features/spring-legacy/src/main/feature/feature.xml
b/assemblies/features/spring-legacy/src/main/feature/feature.xml
index ef73b0f..2932cb3 100644
--- a/assemblies/features/spring-legacy/src/main/feature/feature.xml
+++ b/assemblies/features/spring-legacy/src/main/feature/feature.xml
@@ -757,7 +757,7 @@
</feature>
<feature name="spring-security" description="Spring Security 5.3.x
support" version="${spring.security53.version}">
- <feature>pax-web-war</feature>
+ <feature>war</feature>
<feature version="[5.1,6)">spring-jdbc</feature>
<feature version="[5.1,6)">spring-tx</feature>
<feature version="[5.1,6)">spring-web</feature>