Author: hfnukal
Date: 2012-02-28 21:40:46 -0500 (Tue, 28 Feb 2012)
New Revision: 8487
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
Log:
Bug 794449 jgroups version used in EPP 5.2 is not synchronized with the version shipped by
the corresponding EAP
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-02-29
02:23:09 UTC (rev 8486)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-02-29
02:40:46 UTC (rev 8487)
@@ -1264,6 +1264,10 @@
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>jgroups</artifactId>
+ <groupId>jgroups</groupId>
+ </exclusion>
</exclusions>
</dependency>