This is an automated email from the git hooks/post-receive script. New commit to branch pollen-udpate-1.6 in repository pollen_1.x. See http://git.chorem.org/pollen_1.x.git commit fd2f225d861d1e25c7c6b418d99f77d08902654f Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Fri Nov 13 21:06:26 2015 +0100 Fix hibernate-c3p0 as runtime --- pollen-services/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pollen-services/pom.xml b/pollen-services/pom.xml index 6676f02..64dcac4 100644 --- a/pollen-services/pom.xml +++ b/pollen-services/pom.xml @@ -69,6 +69,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-c3p0</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>javax.mail</groupId> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.