You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2007/09/26 16:29:43 UTC

svn commit: r579668 - /incubator/sling/trunk/webmanager/pom.xml

Author: cziegeler
Date: Wed Sep 26 07:29:42 2007
New Revision: 579668

URL: http://svn.apache.org/viewvc?rev=579668&view=rev
Log:
Scope of commons fileupload should be compile to be included (together with commons-io) in bundle.

Modified:
    incubator/sling/trunk/webmanager/pom.xml

Modified: incubator/sling/trunk/webmanager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/webmanager/pom.xml?rev=579668&r1=579667&r2=579668&view=diff
==============================================================================
--- incubator/sling/trunk/webmanager/pom.xml (original)
+++ incubator/sling/trunk/webmanager/pom.xml Wed Sep 26 07:29:42 2007
@@ -95,6 +95,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
+            <scope>compile</scope>
         </dependency>
 
         <dependency>