This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-12072 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git
commit d64b4fa8d408cc615a8382102e9a9de6d628270d Author: Robert Munteanu <[email protected]> AuthorDate: Thu Mar 27 22:45:50 2025 +0100 SLING-12072 - Migrate sling.junit.core to jakarta.json Remove javax.json dependencies from the pom. --- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pom.xml b/pom.xml index 9d9f22e..fdd7be3 100644 --- a/pom.xml +++ b/pom.xml @@ -257,18 +257,6 @@ <artifactId>org.apache.sling.servlets.annotations</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-json_1.1_spec</artifactId> - <version>1.3</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.commons.johnzon</artifactId> - <version>1.2.0</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.http.whiteboard</artifactId>
