This is an automated email from the ASF dual-hosted git repository. jsedding pushed a commit to branch update-parent-66 in repository https://gitbox.apache.org/repos/asf/sling-scriptingbundle-maven-plugin.git
commit abc4169ef6618695f1627487bdfb0eb3b0891e2c Author: Julian Sedding <[email protected]> AuthorDate: Mon Aug 10 15:41:30 2026 +0200 SLING-13297 - Update to parent 66 --- .sling-module.json | 2 +- pom.xml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.sling-module.json b/.sling-module.json index b83f728..3afdce0 100644 --- a/.sling-module.json +++ b/.sling-module.json @@ -1,5 +1,5 @@ { "jenkins": { - "jdks": [8, 11, 13] + "jdks": [11, 21, 25] } } diff --git a/pom.xml b/pom.xml index 705cfde..a28c0b2 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>46</version> + <version>66</version> <relativePath /> </parent> <modelVersion>4.0.0</modelVersion> @@ -167,23 +167,28 @@ <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId>
