This is an automated email from the git hooks/post-receive script. New commit to branch feature/7464 in repository observe. See http://git.codelutin.com/observe.git commit bd3a91fa90b54f241ecaec3cd6469c8e09e09ba4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Aug 21 18:55:38 2015 +0200 Ajout dépendances sur les drivers jdbc utilisés --- observe-services-topia/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/observe-services-topia/pom.xml b/observe-services-topia/pom.xml index ecc1160..3c7fd4f 100644 --- a/observe-services-topia/pom.xml +++ b/observe-services-topia/pom.xml @@ -94,6 +94,15 @@ <artifactId>topia-service-replication</artifactId> </dependency--> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + </dependency> + <dependency> + <groupId>postgresql</groupId> + <artifactId>postgresql</artifactId> + </dependency> + <!-- Logging --> <dependency> <groupId>org.slf4j</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.