branch develop updated (f6a4ad7 -> 4831b2f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from f6a4ad7 update license header and my email adress new 4831b2f review modules order + optimize dependencies The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 4831b2fc06ef411a01e52d6de2a198f5590f4e3c Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 22 17:24:20 2016 +0100 review modules order + optimize dependencies Summary of changes: pom.xml | 2 +- services/pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm