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 584311f52948728bedf05156fd5e0228d47097d2 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Dec 7 17:17:39 2020 +0100 drop service user sling-i18n and use sling-readall instead --- src/main/feature/feature.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index b7a5266..02144f0 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -247,7 +247,6 @@ <feature version="${project.version}">sling-scripting</feature> </feature> <feature name="sling-i18n" version="${project.version}"> - <config external="true" name="org.apache.sling.jcr.repoinit.RepositoryInitializer~sling_i18n">classpath:org.apache.sling.jcr.repoinit.RepositoryInitializer~sling_i18n.config</config> <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_i18n">classpath:org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_i18n.config</config> <bundle>mvn:org.apache.sling/org.apache.sling.i18n/2.5.14</bundle> <!-- dependencies -->
