This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new a3b39ce  SLING-12475 - Remove test-only usage of GSON (#183)
a3b39ce is described below

commit a3b39ce01b73da14e86e6472dd8ae66389711a09
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Nov 11 12:37:52 2024 +0100

    SLING-12475 - Remove test-only usage of GSON (#183)
    
    Also remove GSON from the pom.
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index c619049..bcdf23b 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>

Reply via email to