Author: nilsga
Date: Sat Oct  4 10:04:36 2008
New Revision: 701671

URL: http://svn.apache.org/viewvc?rev=701671&view=rev
Log:
Trying different things to fix bamboo error

Modified:
    struts/struts2/trunk/plugins/jasperreports/pom.xml

Modified: struts/struts2/trunk/plugins/jasperreports/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/jasperreports/pom.xml?rev=701671&r1=701670&r2=701671&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/jasperreports/pom.xml (original)
+++ struts/struts2/trunk/plugins/jasperreports/pom.xml Sat Oct  4 10:04:36 2008
@@ -46,5 +46,11 @@
             <version>3.0.0</version>
             <scope>provided</scope>
         </dependency>
+               <dependency>
+                       <groupId>jfree</groupId>
+                       <artifactId>jcommon</artifactId>
+                       <version>1.0.2</version>
+                       <scope>provided</scope>
+               </dependency>
     </dependencies>
 </project>


Reply via email to