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:50 UTC

svn commit: r369609 - /myfaces/impl/trunk/pom.xml

Author: bommel
Date: Mon Jan 16 15:59:47 2006
New Revision: 369609

URL: http://svn.apache.org/viewcvs?rev=369609&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/impl/trunk/pom.xml

Modified: myfaces/impl/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/pom.xml?rev=369609&r1=369608&r2=369609&view=diff
==============================================================================
--- myfaces/impl/trunk/pom.xml (original)
+++ myfaces/impl/trunk/pom.xml Mon Jan 16 15:59:47 2006
@@ -34,6 +34,13 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>jsp-api</artifactId>
       <version>2.0</version>