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 99f6958539866a073c6a01a1483588d74b0a8d91 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Mar 21 11:03:53 2021 +0100 SLING-9999 Remove cyclic dependency between scripting and servlets features add new org.apache.sling.scripting.spi SNAPSHOT --- src/main/feature/feature.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index 1b9c4f2..b5a123d 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -508,6 +508,7 @@ <config external="true" name="org.apache.sling.jcr.repoinit.RepositoryInitializer~sling_scripting">classpath:org.apache.sling.jcr.repoinit.RepositoryInitializer~sling_scripting.config</config> <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_scripting">classpath:org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_scripting.config</config> <bundle>mvn:org.apache.sling/org.apache.sling.scripting.api/2.2.1-SNAPSHOT</bundle> + <bundle>mvn:org.apache.sling/org.apache.sling.scripting.spi/1.0.0-SNAPSHOT</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.scripting.core/2.3.5-SNAPSHOT</bundle> <!-- dependencies --> <feature version="${project.version}">sling</feature>
