This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch experiment/parent-pom-update-skills in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-js-nodetypes.git
commit 8f64d8c0971b76a8ccdb811d238001f2a738b707 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Apr 17 23:15:24 2026 +0200 chore(deps): update to parent pom 49 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f7ceb3..5237614 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>48</version> + <version>49</version> <relativePath/> </parent> @@ -113,6 +113,7 @@ <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-jcr-commons</artifactId> <version>2.7.5</version> + <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId>
