Author: lukaszlenart
Date: Wed Sep 4 06:50:12 2013
New Revision: 1519917
URL: http://svn.apache.org/r1519917
Log:
Adds FEST assert to simplify testing
Modified:
struts/struts2/trunk/plugins/json/pom.xml
struts/struts2/trunk/pom.xml
Modified: struts/struts2/trunk/plugins/json/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/json/pom.xml?rev=1519917&r1=1519916&r2=1519917&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/json/pom.xml (original)
+++ struts/struts2/trunk/plugins/json/pom.xml Wed Sep 4 06:50:12 2013
@@ -97,5 +97,11 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.easytesting</groupId>
+ <artifactId>fest-assert</artifactId>
+ <scope>tewst</scope>
+ </dependency>
+
</dependencies>
</project>
Modified: struts/struts2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1519917&r1=1519916&r2=1519917&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Wed Sep 4 06:50:12 2013
@@ -775,6 +775,13 @@
</dependency>
<dependency>
+ <groupId>org.easytesting</groupId>
+ <artifactId>fest-assert</artifactId>
+ <version>1.4</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>jmock</groupId>
<artifactId>jmock-cglib</artifactId>
<version>1.2.0</version>