You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2009/01/30 10:07:25 UTC

svn commit: r739212 - /jackrabbit/trunk/jackrabbit-jcr-server/pom.xml

Author: angela
Date: Fri Jan 30 09:07:25 2009
New Revision: 739212

URL: http://svn.apache.org/viewvc?rev=739212&view=rev
Log:
- JCR-1958: Enhanced JCR remoting (work in progress)

Modified:
    jackrabbit/trunk/jackrabbit-jcr-server/pom.xml

Modified: jackrabbit/trunk/jackrabbit-jcr-server/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-server/pom.xml?rev=739212&r1=739211&r2=739212&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-server/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr-server/pom.xml Fri Jan 30 09:07:25 2009
@@ -96,6 +96,10 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>