This is an automated email from the git hooks/post-receive script. New commit to branch feature/1184_Lima_ne_demarre_pas in repository lima. See http://git.chorem.org/lima.git commit b5bc43ea11cc2dea2162f3a0e283a8ca04362cc5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Mar 2 09:14:36 2015 +0100 correction des scopes de dépendances --- lima-swing/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index ec5dd8a..fb24c34 100644 --- a/lima-swing/pom.xml +++ b/lima-swing/pom.xml @@ -187,16 +187,12 @@ <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-service-flyway</artifactId> - <scope>provided</scope> + <scope>runtime</scope> </dependency> - <!-- FIXME tchemit 2015-02-28, please avoid to avoid those dependencies - here, this is for test purpose only, should have something about it - in business module... --> <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-persistence</artifactId> - <scope>provided</scope> </dependency> </dependencies> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.