You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2006/07/28 00:21:35 UTC

svn commit: r426280 - /incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml

Author: mriou
Date: Thu Jul 27 15:21:35 2006
New Revision: 426280

URL: http://svn.apache.org/viewvc?rev=426280&view=rev
Log:
Commons collections was missing.

Modified:
    incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml

Modified: incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml?rev=426280&r1=426279&r2=426280&view=diff
==============================================================================
--- incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml (original)
+++ incubator/ode/scratch/pxe-iapi/axis2-war/pom.xml Thu Jul 27 15:21:35 2006
@@ -282,6 +282,11 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
       <version>1.0</version>