This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-12730-parent-62 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-javascript.git
commit afd0a23c0ea2fafa0dba6fe54ea883ea4eb12a92 Author: Stefan Seifert <[email protected]> AuthorDate: Fri Mar 28 16:59:44 2025 +0100 SLING-12730 Update to Parent 62 --- .sling-module.json | 5 +++++ pom.xml | 12 +++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.sling-module.json b/.sling-module.json new file mode 100644 index 0000000..cfad4d2 --- /dev/null +++ b/.sling-module.json @@ -0,0 +1,5 @@ +{ + "jenkins": { + "jdks": [17, 21] + } +} \ No newline at end of file diff --git a/pom.xml b/pom.xml index bbb5073..fbe22d3 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>48</version> + <version>62</version> <relativePath /> </parent> @@ -89,6 +89,16 @@ <artifactId>org.osgi.service.metatype.annotations</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.framework</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.component</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId>
