Author: lukaszlenart
Date: Sun Jan 20 19:52:55 2013
New Revision: 1435934
URL: http://svn.apache.org/viewvc?rev=1435934&view=rev
Log:
WW-3808 adds xerces to allow pass build on JDK7
Modified:
struts/struts2/trunk/apps/portlet/pom.xml
struts/struts2/trunk/pom.xml
Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=1435934&r1=1435933&r2=1435934&view=diff
==============================================================================
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Sun Jan 20 19:52:55 2013
@@ -179,6 +179,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
Modified: struts/struts2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1435934&r1=1435933&r2=1435934&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Sun Jan 20 19:52:55 2013
@@ -739,6 +739,13 @@
<version>1.0.1-Final</version>
</dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.10.0</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
</dependencyManagement>