branch develop updated (1362497 -> bc3410f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 1362497 add some tolltips in forms internal-test #6164 new bc3410f clean pom, remove useless commons-codec dependency The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit bc3410f8a9e3b9e710f52a0742cc76acccda8b35 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Feb 19 10:08:01 2015 +0100 clean pom, remove useless commons-codec dependency Summary of changes: coselmar-rest/pom.xml | 4 ---- pom.xml | 5 ----- 2 files changed, 9 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm