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 efcdb8073c6648e0abf9cf2bb09d99e8f96ff4ca Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 23 17:47:48 2015 +0100 fix pom dependencies --- coselmar-persistence/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/coselmar-persistence/pom.xml b/coselmar-persistence/pom.xml index 288f0f4..df1fe91 100644 --- a/coselmar-persistence/pom.xml +++ b/coselmar-persistence/pom.xml @@ -44,6 +44,16 @@ <artifactId>commons-lang3</artifactId> </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> + <!-- Nuiton --> <dependency> @@ -52,6 +62,11 @@ </dependency> <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> + + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.