Author: mrdon
Date: Tue May  9 22:50:57 2006
New Revision: 405646

URL: http://svn.apache.org/viewcvs?rev=405646&view=rev
Log:
Marking Jasper reports as provided to prevent the jars from being
included in a release

Modified:
    struts/action2/trunk/extras/pom.xml

Modified: struts/action2/trunk/extras/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action2/trunk/extras/pom.xml?rev=405646&r1=405645&r2=405646&view=diff
==============================================================================
--- struts/action2/trunk/extras/pom.xml (original)
+++ struts/action2/trunk/extras/pom.xml Tue May  9 22:50:57 2006
@@ -38,6 +38,7 @@
             <groupId>jasperreports</groupId>
             <artifactId>jasperreports</artifactId>
             <version>1.2.1</version>
+            <scope>provided</scope>
         </dependency>
         
         <dependency>
@@ -51,6 +52,7 @@
             <groupId>opensymphony</groupId>
             <artifactId>pell-multipart</artifactId>
             <version>2.1.5</version>
+            <scope>provided</scope>
             <optional>true</optional>
         </dependency>
         


Reply via email to