You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/02/09 16:36:41 UTC

svn commit: r376323 - /incubator/servicemix/trunk/servicemix-http/project.xml

Author: gnodet
Date: Thu Feb  9 07:36:39 2006
New Revision: 376323

URL: http://svn.apache.org/viewcvs?rev=376323&view=rev
Log:
Add missing depedency for testing

Modified:
    incubator/servicemix/trunk/servicemix-http/project.xml

Modified: incubator/servicemix/trunk/servicemix-http/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-http/project.xml?rev=376323&r1=376322&r2=376323&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-http/project.xml Thu Feb  9 07:36:39 2006
@@ -224,6 +224,11 @@
         </properties>
       </dependency>
       <dependency>
+        <groupId>commons-beanutils</groupId>
+        <artifactId>commons-beanutils</artifactId>
+        <version>${commons_beanutils_version}</version>
+      </dependency>
+      <dependency>
         <groupId>springframework</groupId>
         <artifactId>spring</artifactId>
         <version>${spring_version}</version>