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 c8cb4b2054646f25ab8bf4725a85da7bfe4acc19 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Aug 21 19:06:20 2015 +0200 Suppresion de la dépendance sur observe-business dans le module d'implantation des services topia --- observe-services-topia/pom.xml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/observe-services-topia/pom.xml b/observe-services-topia/pom.xml index 3c7fd4f..a067f30 100644 --- a/observe-services-topia/pom.xml +++ b/observe-services-topia/pom.xml @@ -43,17 +43,6 @@ <artifactId>observe-entities</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>observe-business</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>observe-business</artifactId> - <version>${project.version}</version> - <classifier>tests</classifier> - </dependency> <!-- commons dependencies --> @@ -89,10 +78,14 @@ <groupId>org.nuiton.topia</groupId> <artifactId>topia-persistence</artifactId> </dependency> - <!--dependency> + <dependency> + <groupId>org.nuiton.topia</groupId> + <artifactId>topia-service-migration</artifactId> + </dependency> + <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-service-replication</artifactId> - </dependency--> + </dependency> <dependency> <groupId>com.h2database</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.