Author: julien_viet
Date: 2010-03-06 17:22:04 -0500 (Sat, 06 Mar 2010)
New Revision: 2019
Modified:
portal/trunk/pom.xml
Log:
GTNPORTAL-747 : Exclude hibernate from WSRP consumer jar as it conflicts with GateIn
hibernate version, somehow WSRP consumer should have its hibernate implementation in its
own jar to make it optional
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2010-03-06 21:53:23 UTC (rev 2018)
+++ portal/trunk/pom.xml 2010-03-06 22:22:04 UTC (rev 2019)
@@ -298,6 +298,12 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-consumer</artifactId>
<version>${org.gatein.wsrp.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.gatein.wsrp</groupId>
Show replies by date