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 17:09:46 UTC

svn commit: r376334 - /incubator/servicemix/trunk/servicemix-wsn2005/project.xml

Author: gnodet
Date: Thu Feb  9 08:09:45 2006
New Revision: 376334

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

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

Modified: incubator/servicemix/trunk/servicemix-wsn2005/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-wsn2005/project.xml?rev=376334&r1=376333&r2=376334&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-wsn2005/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-wsn2005/project.xml Thu Feb  9 08:09:45 2006
@@ -140,6 +140,11 @@
       <artifactId>xbean-spring</artifactId>
       <version>${xbean_version}</version>
     </dependency>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+      <version>${commons_beanutils_version}</version>
+    </dependency>
 
     <dependency>
       <groupId>commons-logging</groupId>