[seam-commits] Seam SVN: r15422 - branches/enterprise/WFK-2_1/bom.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Feb 26 04:55:26 EST 2013
Author: vdedik
Date: 2013-02-26 04:55:26 -0500 (Tue, 26 Feb 2013)
New Revision: 15422
Modified:
branches/enterprise/WFK-2_1/bom/pom.xml
Log:
dom4j and javassist updated due to bz 874487
Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml 2013-02-21 16:01:59 UTC (rev 15421)
+++ branches/enterprise/WFK-2_1/bom/pom.xml 2013-02-26 09:55:26 UTC (rev 15422)
@@ -350,7 +350,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.15.0.GA-redhat-1</version>
+ <version>3.15.0-GA-redhat-2</version>
</dependency>
<dependency>
@@ -725,7 +725,7 @@
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
- <version>1.6.1-redhat-1</version>
+ <version>1.6.1-redhat-3</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
More information about the seam-commits
mailing list