You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2010/05/06 10:07:00 UTC

svn commit: r941604 - /struts/struts2/trunk/pom.xml

Author: lukaszlenart
Date: Thu May  6 08:07:00 2010
New Revision: 941604

URL: http://svn.apache.org/viewvc?rev=941604&view=rev
Log:
Added javassist as a test dependency

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=941604&r1=941603&r2=941604&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Thu May  6 08:07:00 2010
@@ -404,4 +404,13 @@
         </dependency>
       </dependencies>
     </dependencyManagement>
+
+    <dependencies>
+        <dependency>
+            <groupId>javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>3.8.0.GA</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 </project>