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 975c71f0f8df0114a77c526b946f0c2011a08698 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Mar 21 11:05:25 2021 +0100 SLING-3027 Improve Launchpad Karaf Features switch to current Servlets POST SNAPSHOT (SLING-10247) --- src/main/feature/feature.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index b5a123d..0f1dcac 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -591,7 +591,7 @@ <config external="true" name="org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~sling_servlets">classpath:org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~sling_servlets.config</config> <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_servlets">classpath:org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_servlets.config</config> <bundle>mvn:org.apache.sling/org.apache.sling.servlets.get/2.1.40</bundle> - <bundle>mvn:org.apache.sling/org.apache.sling.servlets.post/2.3.36</bundle> + <bundle>mvn:org.apache.sling/org.apache.sling.servlets.post/2.4.3-SNAPSHOT</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.servlets.resolver/2.7.13-SNAPSHOT</bundle> <!-- dependencies --> <feature version="${project.version}">sling</feature>
