This is an automated email from the git hooks/post-receive script. New commit to branch 3784-hibernate5 in repository topia. See http://git.nuiton.org/topia.git commit 1b9ef1bd18c3541b39741ed11daec274c623a5d2 Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Mon Nov 23 19:43:29 2015 +0100 No special reason to fix javassist version --- pom.xml | 7 ------- topia-persistence/pom.xml | 7 +------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 0238988..8b342be 100644 --- a/pom.xml +++ b/pom.xml @@ -287,13 +287,6 @@ <scope>runtime</scope> </dependency> - <dependency> - <groupId>org.javassist</groupId> - <artifactId>javassist</artifactId> - <version>3.18.1-GA</version> - <scope>runtime</scope> - </dependency> - <!-- hibernate-core only include api, need implementation, binding with log4j will be used --> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index f33fc37..87fbe38 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2004 - 2010 CodeLutin + Copyright (C) 2004 - 2015 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -116,11 +116,6 @@ </dependency> <dependency> - <groupId>org.javassist</groupId> - <artifactId>javassist</artifactId> - </dependency> - - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.