diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..17d8b22
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,5 @@
+{
+ "jenkins": {
+ "jdks": [11]
+ }
+}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index fc7f59b..d30084d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
org.apache.sling
sling-bundle-parent
- 48
+ 52
@@ -53,7 +53,6 @@
org.jacoco
jacoco-maven-plugin
- 0.8.6
prepare-agent
@@ -76,68 +75,12 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.0.0-M4
true
${jacoco.command} -Xmx2048m
${sling.excluded.surefire.groups}
-
- maven-antrun-plugin
-
-
- set-bundle-required-execution-environment
- initialize
-
- run
-
-
- true
-
-
-
-
-
-
-
-
-
-
- org.apache.ant
- ant-apache-regexp
- 1.7.1
- runtime
-
-
- jakarta-regexp
- jakarta-regexp
- 1.4
- compile
-
-
-
@@ -159,7 +102,12 @@
org.osgi
- osgi.core
+ org.osgi.framework
+ provided
+
+
+ org.osgi
+ org.osgi.service.component
provided
@@ -286,6 +234,18 @@
3.3
provided
+
+ org.apache.felix
+ org.apache.felix.healthcheck.api
+ 2.0.0
+ provided
+
+
+ org.osgi
+ osgi.core
+
+
+
@@ -395,11 +355,6 @@
${oak.version}
test
-
- org.apache.felix
- org.apache.felix.healthcheck.api
- 2.0.0
-
org.apache.sling
org.apache.sling.commons.johnzon