This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-12583-json-dep in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-core.git
commit 095f4b9ac875f7fc26a5fdf595c212fbaf17f975 Author: Stefan Seifert <[email protected]> AuthorDate: Wed Dec 18 12:33:54 2024 +0100 SLING-12583 Add jakarta.json-api dependency --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index a14ce4e..912d373 100644 --- a/pom.xml +++ b/pom.xml @@ -196,6 +196,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.slf4j</groupId> <artifactId>slf4j-api</artifactId>
