Author: gnodet
Date: Mon Dec 18 03:34:49 2006
New Revision: 488234

URL: http://svn.apache.org/viewvc?view=rev&rev=488234
Log:
Add missing dependency which prevents spring-dao to be included in the final 
distribution

Modified:
    incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml?view=diff&rev=488234&r1=488233&r2=488234
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml 
(original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml Mon Dec 
18 03:34:49 2006
@@ -159,6 +159,11 @@
         <version>${spring-version}</version>
     </dependency>
     <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-dao</artifactId>
+        <version>${spring-version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-ejb_2.1_spec</artifactId>
     </dependency>


Reply via email to