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 d8bb540f6596e268cee720ba4ccad441e2c9ef25 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Oct 19 17:38:37 2016 +0200 use c3p0 --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 4508a6b..7c78b02 100644 --- a/pom.xml +++ b/pom.xml @@ -563,6 +563,21 @@ <version>${hibernateVersion}</version> </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-c3p0</artifactId> + <version>${hibernateVersion}</version> + <scope>runtime</scope> + </dependency> + + <dependency> + <groupId>com.mchange</groupId> + <artifactId>c3p0</artifactId> + <version>0.9.5.2</version> + <scope>runtime</scope> + </dependency> + + <!-- Map --> <dependency> <groupId>org.geotools</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.