branch develop updated (0e7e3b7 -> 7ec7969)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 0e7e3b7 Fixes #7774 Translate project status in export new 7ec7969 fix flyway dependency scope The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 7ec79690ca58b964e0fd27be5fde1267867d11e4 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jan 13 11:41:08 2016 +0100 fix flyway dependency scope Summary of changes: coselmar-persistence/pom.xml | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm