Marking Jasper reports as provided to prevent the jars from being

included in a release


git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@405646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-05-10 05:50:57 +00:00
parent 03e01e1c75
commit 64dec1a358
+2
View File
@@ -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>