This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-12475 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git
commit 085101daeab0092a8b7473dea43793a1300dfae0 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Nov 11 10:36:21 2024 +0100 SLING-12475 - Remove test-only usage of GSON Also remove GSON from the pom. --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 907aad4..a159a3a 100644 --- a/pom.xml +++ b/pom.xml @@ -353,13 +353,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - <version>2.8.6</version> - <scope>test</scope> - </dependency> - <!-- https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-runtime --> <dependency> <groupId>org.glassfish.jaxb</groupId>
