This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit ea89e50d7f5582dc33c03e2e4f0b6a8029012895 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 2 16:52:36 2020 +0100 fixes #149: Remove unused gson --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5d1abc9..c00651d 100644 --- a/pom.xml +++ b/pom.xml @@ -200,11 +200,6 @@ <artifactId>snakeyaml</artifactId> <version>1.26</version> </dependency> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - <version>2.8.6</version> - </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.