You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/05/10 09:08:01 UTC

svn commit: r405659 - /struts/action/trunk/assembly/pom.xml

Author: wsmoak
Date: Wed May 10 00:07:59 2006
New Revision: 405659

URL: http://svn.apache.org/viewcvs?rev=405659&view=rev
Log:
Include optional dependencies Commons File Upload (and Commons IO) in the assembly.

Modified:
    struts/action/trunk/assembly/pom.xml

Modified: struts/action/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/assembly/pom.xml?rev=405659&r1=405658&r2=405659&view=diff
==============================================================================
--- struts/action/trunk/assembly/pom.xml (original)
+++ struts/action/trunk/assembly/pom.xml Wed May 10 00:07:59 2006
@@ -179,7 +179,15 @@
       <version>${version}</version>
     </dependency>
     
-    <!-- Avoid transitive dependencies by marking these as provided -->
+    <!-- Include optional dependencies -->
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+      <version>1.1</version>
+    </dependency>
+    
+    
+    <!-- Exclude transitive dependencies -->
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>