You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/01/17 00:59:57 UTC

svn commit: r369610 - /myfaces/tomahawk/trunk/tomahawk/pom.xml

Author: bommel
Date: Mon Jan 16 15:59:53 2006
New Revision: 369610

URL: http://svn.apache.org/viewcvs?rev=369610&view=rev
Log:
added missing api javadoc for assembly 
generate javadoc artifact with profile generate-assembly mvn -Pgenerate-assembly
move the commons-collection dependency to imp 
move the commons-fileupload dependency to tomahawk

Modified:
    myfaces/tomahawk/trunk/tomahawk/pom.xml

Modified: myfaces/tomahawk/trunk/tomahawk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tomahawk/pom.xml?rev=369610&r1=369609&r2=369610&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tomahawk/pom.xml (original)
+++ myfaces/tomahawk/trunk/tomahawk/pom.xml Mon Jan 16 15:59:53 2006
@@ -45,11 +45,18 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <!--dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
       <version>3.1</version>
       <scope>compile</scope>
-    </dependency>
+    </dependency-->
 
     <dependency>
       <groupId>portlet-api</groupId>