This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 7ec79690ca58b964e0fd27be5fde1267867d11e4 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jan 13 11:41:08 2016 +0100 fix flyway dependency scope --- coselmar-persistence/pom.xml | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/coselmar-persistence/pom.xml b/coselmar-persistence/pom.xml index 82fa6eb..253a00c 100644 --- a/coselmar-persistence/pom.xml +++ b/coselmar-persistence/pom.xml @@ -79,6 +79,7 @@ <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-service-flyway</artifactId> + <scope>runtime</scope> </dependency> <dependency> diff --git a/pom.xml b/pom.xml index 92f2c16..d4732c1 100644 --- a/pom.xml +++ b/pom.xml @@ -221,6 +221,7 @@ <groupId>org.nuiton.topia</groupId> <artifactId>topia-service-flyway</artifactId> <version>${topiaVersion}</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.nuiton</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.