This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/parent-63 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-integration-tests.git
commit c29b832acd654a7e5d5ca35ce0723de162658446 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Nov 28 17:45:22 2025 +0100 Update to parent pom 63 Additionally, exclude the Jackrabbit transitive dependencies coming from org.apache.sling.commons.testing since they are old and banned from the parent pom. --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b43f47c..094de8b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>62</version> + <version>63</version> <relativePath /> </parent> @@ -151,6 +151,10 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>*</artifactId> + </exclusion> </exclusions> </dependency> <!-- Pin http client depenendencies to recent version.
