Author: wesw Date: Tue Jun 2 17:47:00 2009 New Revision: 781096 URL: http://svn.apache.org/viewvc?rev=781096&view=rev Log: trying to make bamboo happy
Modified: struts/struts2/trunk/plugins/portlet/pom.xml Modified: struts/struts2/trunk/plugins/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/pom.xml?rev=781096&r1=781095&r2=781096&view=diff ============================================================================== --- struts/struts2/trunk/plugins/portlet/pom.xml (original) +++ struts/struts2/trunk/plugins/portlet/pom.xml Tue Jun 2 17:47:00 2009 @@ -155,5 +155,11 @@ <version>1.1.1</version> <scope>test</scope> </dependency> + <dependency> + <groupId>cglib</groupId> + <artifactId>cglib</artifactId> + <version>2.2</version> + <scope>test</scope> + </dependency> </dependencies> </project>