Marking LGPL deps as provided so they aren't included in wars and the release

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@405647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-05-10 05:55:59 +00:00
parent 64dec1a358
commit 5718db3ab5
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@
<groupId>cewolf</groupId>
<artifactId>cewolf</artifactId>
<version>1.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>gnujaxp</groupId>
+7 -1
View File
@@ -77,7 +77,13 @@
<version>1.1-beta-3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>