This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 7ed2e886175fb94e4ce2dfd863acbaa15844f052 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 16:43:06 2016 +0200 optimize dependencies --- topia-templates/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/topia-templates/pom.xml b/topia-templates/pom.xml index e181533..76ad400 100644 --- a/topia-templates/pom.xml +++ b/topia-templates/pom.xml @@ -62,6 +62,10 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> + <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> <dependency> <groupId>com.google.guava</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.