Author: tmjee
Date: Thu May  4 08:32:53 2006
New Revision: 399736

URL: http://svn.apache.org/viewcvs?rev=399736&view=rev
Log:
added dependency on commons-logging which the PellMultipartRequest.java
used to make IDE specific files generated by maven happy about it.


Modified:
    incubator/webwork2/thirdparty/pell-file-upload/pom.xml

Modified: incubator/webwork2/thirdparty/pell-file-upload/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/thirdparty/pell-file-upload/pom.xml?rev=399736&r1=399735&r2=399736&view=diff
==============================================================================
--- incubator/webwork2/thirdparty/pell-file-upload/pom.xml (original)
+++ incubator/webwork2/thirdparty/pell-file-upload/pom.xml Thu May  4 08:32:53 
2006
@@ -22,6 +22,11 @@
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <scope>provided</scope>
-        </dependency>       
+        </dependency>  
+
+               <dependency>
+               <groupId>commons-logging</groupId>
+               <artifactId>commons-logging</artifactId>
+        </dependency>    
     </dependencies>
 </project>


Reply via email to