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/06/07 17:45:23 UTC

svn commit: r412432 - /incubator/servicemix/trunk/servicemix-eip/pom.xml

Author: gnodet
Date: Wed Jun  7 08:45:23 2006
New Revision: 412432

URL: http://svn.apache.org/viewvc?rev=412432&view=rev
Log:
Add spring dep in provided scope

Modified:
    incubator/servicemix/trunk/servicemix-eip/pom.xml

Modified: incubator/servicemix/trunk/servicemix-eip/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-eip/pom.xml?rev=412432&r1=412431&r2=412432&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-eip/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-eip/pom.xml Wed Jun  7 08:45:23 2006
@@ -68,6 +68,11 @@
       <artifactId>derby</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
 
   <build>