This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit cfa7b2afa717a1b268ecc8b87b593e217ab3e679 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Fri Sep 9 15:20:46 2016 +0200 Ajoute une dépendance vers guava dans topia template extension pour corriger le build --- topia-templates-extension/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/topia-templates-extension/pom.xml b/topia-templates-extension/pom.xml index 5b26f0d..31ebc6f 100644 --- a/topia-templates-extension/pom.xml +++ b/topia-templates-extension/pom.xml @@ -49,6 +49,10 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> <!-- gson --> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.