This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new d241f54 SLING-13027 Add Jakarta JSON dependency (#62)
d241f54 is described below
commit d241f54343de14d06f8792e16b4041f02b6cc429
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Dec 9 16:33:33 2025 +0100
SLING-13027 Add Jakarta JSON dependency (#62)
add explicit provided dependency to jakarta.json-api to avoid javadoc
generation problem for sling starter release
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index b8c76ce..b260afe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,12 @@
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>jakarta.json</groupId>
+ <artifactId>jakarta.json-api</artifactId>
+ <version>2.1.1</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>