This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git
The following commit(s) were added to refs/heads/master by this push: new b24d525 SLING-11890 Fix embed of org.apache.sling.scripting.core.impl.helper.ProtectedBindings reverting scope to "compile" as it was set previously before applying SLING-11832, otherwise the artifact is not embedded by the shade plugin b24d525 is described below commit b24d5252d5362a048a6c549f81a870649719a9c9 Author: Stefan Seifert <stefanseif...@users.noreply.github.com> AuthorDate: Fri May 26 19:19:13 2023 +0200 SLING-11890 Fix embed of org.apache.sling.scripting.core.impl.helper.ProtectedBindings reverting scope to "compile" as it was set previously before applying SLING-11832, otherwise the artifact is not embedded by the shade plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6e69196..619d9d7 100644 --- a/pom.xml +++ b/pom.xml @@ -185,7 +185,7 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.scripting.core</artifactId> <version>2.4.8</version> - <scope>provided</scope> + <scope>compile</scope> <exclusions> <exclusion> <groupId>org.apache.felix</groupId>