This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit bc3410f8a9e3b9e710f52a0742cc76acccda8b35 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Feb 19 10:08:01 2015 +0100 clean pom, remove useless commons-codec dependency --- coselmar-rest/pom.xml | 4 ---- pom.xml | 5 ----- 2 files changed, 9 deletions(-) diff --git a/coselmar-rest/pom.xml b/coselmar-rest/pom.xml index f368fa7..e6df6af 100644 --- a/coselmar-rest/pom.xml +++ b/coselmar-rest/pom.xml @@ -73,10 +73,6 @@ <artifactId>commons-email</artifactId> </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </dependency> - <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> diff --git a/pom.xml b/pom.xml index 84ca883..0cab488 100644 --- a/pom.xml +++ b/pom.xml @@ -319,11 +319,6 @@ <version>1.2</version> </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.10</version> - </dependency> - <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>18.0</version> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.