I think we need a jira issue so that it appears in the release notes
since upgrading hibernate is not a small thing.
-Vincent
On 8/4/08, SVN amelentev <platform-notifications(a)xwiki.org> wrote:
Author: amelentev
Date: 2008-08-04 19:28:00 +0200 (Mon, 04 Aug 2008)
New Revision: 11670
Modified:
platform/core/trunk/xwiki-core/pom.xml
Log:
[misc] fix antlr version conflict with struts & hibernate
update hibernate to 3.2.6
Modified: platform/core/trunk/xwiki-core/pom.xml
===================================================================
--- platform/core/trunk/xwiki-core/pom.xml 2008-08-04 17:24:32 UTC (rev
11669)
+++ platform/core/trunk/xwiki-core/pom.xml 2008-08-04 17:28:00 UTC (rev
11670)
@@ -297,6 +297,13 @@
<groupId>struts</groupId>
<artifactId>struts</artifactId>
<version>1.2.9</version>
+ <exclusions>
+ <!-- There is conflict with hibernate antlr-2.7.6 dependency -->
+ <exclusion>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- Rendering -->
@@ -315,7 +322,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
- <version>3.2.5.ga</version>
+ <version>3.2.6.ga</version>
</dependency>
<!-- Authentication -->
_______________________________________________
notifications mailing list
notifications(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications