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 0d2453cb9aef78cdb9f696f0d55e58c256624c12 Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 11 14:13:05 2020 +0200 Fix dependency issue --- topia-templates/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/topia-templates/pom.xml b/topia-templates/pom.xml index 634f168b..4ba9f227 100644 --- a/topia-templates/pom.xml +++ b/topia-templates/pom.xml @@ -48,6 +48,12 @@ <version>${project.version}</version> </dependency> + <!-- Pas utilisé directement mais dans les templates générés, donc on a besoin de la dépendance --> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + </dependency> + <dependency> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.