This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit d223365427bc3715cb639d69454f3cb1ff662b17 Author: Brendan Le Ny <bleny@codelutin.com> Date: Thu Jun 7 15:57:59 2018 +0200 Clean dependencies in the templates module --- topia-templates/pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/topia-templates/pom.xml b/topia-templates/pom.xml index 33675391..1d406460 100644 --- a/topia-templates/pom.xml +++ b/topia-templates/pom.xml @@ -87,36 +87,16 @@ <artifactId>commons-lang3</artifactId> </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-core</artifactId> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-ehcache</artifactId> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> - <!-- BD H2 for testing --> - <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - </dependency> - <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.