SLING-12677 Update to parent 62
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 47e4417..4d8f216 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>49</version>
+ <version>62</version>
<relativePath />
</parent>
@@ -35,6 +35,8 @@
<properties>
<org.ops4j.pax.exam.version>4.13.4</org.ops4j.pax.exam.version>
+ <sling.java.version>11</sling.java.version>
+ <project.build.outputTimestamp>2025-02-26T00:00:00Z</project.build.outputTimestamp>
</properties>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git</connection>
@@ -97,11 +99,6 @@
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
- <artifactId>osgi.core</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.versioning</artifactId>
<scope>provided</scope>
</dependency>
@@ -138,7 +135,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.paxexam</artifactId>
<scope>test</scope>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>