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 cada6c479877fddc2ca3028bbec37c89f98a5048 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 2 14:32:38 2016 +0200 Fix dependencies pb --- application-swing/pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/application-swing/pom.xml b/application-swing/pom.xml index b8bfbe2..f69f5be 100644 --- a/application-swing/pom.xml +++ b/application-swing/pom.xml @@ -114,7 +114,6 @@ <artifactId>services-runner</artifactId> <version>${project.version}</version> </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>application-swing-decoration</artifactId> @@ -125,23 +124,6 @@ <artifactId>application-swing-configuration</artifactId> <version>${project.version}</version> </dependency> - - <!-- FIXME Voir pourquoi on doit mettre ça sinon l'analyse des dépendances ne passe pas --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>entities</artifactId> - <version>${project.version}</version> - <scope>runtime</scope> - </dependency> - - <!-- FIXME Voir pourquoi on doit mettre ça sinon l'analyse des dépendances ne passe pas --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>services-topia</artifactId> - <version>${project.version}</version> - <scope>runtime</scope> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>application-swing-validation</artifactId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.