This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit ea3b47410e0171d09a220467689df7f7df6dce51 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Aug 21 10:50:06 2015 +0200 Corrige le build (scopes et noms des modules changés) --- observe-services-runner/pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/observe-services-runner/pom.xml b/observe-services-runner/pom.xml index 354853d..a110705 100644 --- a/observe-services-runner/pom.xml +++ b/observe-services-runner/pom.xml @@ -35,19 +35,17 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>observe-services-configuration-rest-client</artifactId> + <artifactId>observe-services-configuration-rest</artifactId> <version>${project.version}</version> - <scope>runtime</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>observe-services-rest-client</artifactId> + <artifactId>observe-services-configuration-topia</artifactId> <version>${project.version}</version> - <scope>runtime</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>observe-services-configuration-topia</artifactId> + <artifactId>observe-services-rest</artifactId> <version>${project.version}</version> <scope>runtime</scope> </dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.