This is an automated email from the git hooks/post-receive script. New commit to branch feature/validation_des_donnees in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 17fa57be2461411c4ac64d7c7633bf35e6648202 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Tue Sep 6 16:21:23 2016 +0200 Ajoute les dépendances manquantes vers les modules de validations pour permettre la validation en mode serveur distant fixes #8521 --- services-runner/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/services-runner/pom.xml b/services-runner/pom.xml index 7d4e8a1..5b5ea12 100644 --- a/services-runner/pom.xml +++ b/services-runner/pom.xml @@ -48,6 +48,30 @@ <version>${project.version}</version> <scope>runtime</scope> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>services-topia-validation</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>services-topia-validators</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>application-swing-validation</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>application-swing-validators</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> <!-- Nuiton --> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.