This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit c00f60aa18ef4c201428282d0312822224e0c648 Author: David Cossé <cosse@codelutin.com> Date: Tue May 15 08:14:49 2018 +0200 ajout dépendance non déclarée --- nuiton-i18n/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index a1d472a..906202e 100644 --- a/nuiton-i18n/pom.xml +++ b/nuiton-i18n/pom.xml @@ -44,6 +44,11 @@ <dependencies> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-converter</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.