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 4831b2fc06ef411a01e52d6de2a198f5590f4e3c Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 22 17:24:20 2016 +0100 review modules order + optimize dependencies --- pom.xml | 2 +- services/pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc5c754..6a9e079 100644 --- a/pom.xml +++ b/pom.xml @@ -127,10 +127,10 @@ <module>services-binder</module> <module>services-topia</module> <module>services-rest</module> - <module>services-runner</module> <module>application-swing-decoration</module> <module>application-swing-validators</module> <module>application-swing-validation</module> + <module>services-runner</module> <module>application-web-configuration</module> <module>application-web</module> <module>application-swing-configuration</module> diff --git a/services/pom.xml b/services/pom.xml index 1d6dcc3..c94d4f5 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -40,6 +40,10 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-validator</artifactId> </dependency> + <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> <!-- commons dependencies --> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.