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 2007/11/28 11:45:20 UTC

svn commit: r598950 - /servicemix/branches/servicemix-3.2.1/distributions/apache-servicemix/pom.xml

Author: gnodet
Date: Wed Nov 28 02:45:19 2007
New Revision: 598950

URL: http://svn.apache.org/viewvc?rev=598950&view=rev
Log:
Add dependency on spring-aop to ensure it will end in the distribution

Modified:
    servicemix/branches/servicemix-3.2.1/distributions/apache-servicemix/pom.xml

Modified: servicemix/branches/servicemix-3.2.1/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-3.2.1/distributions/apache-servicemix/pom.xml?rev=598950&r1=598949&r2=598950&view=diff
==============================================================================
--- servicemix/branches/servicemix-3.2.1/distributions/apache-servicemix/pom.xml (original)
+++ servicemix/branches/servicemix-3.2.1/distributions/apache-servicemix/pom.xml Wed Nov 28 02:45:19 2007
@@ -179,6 +179,11 @@
     </dependency>
     <dependency>
         <groupId>org.springframework</groupId>
+        <artifactId>spring-aop</artifactId>
+        <version>${spring-version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.springframework</groupId>
         <artifactId>spring-dao</artifactId>
         <version>${spring-version}</version>
     </dependency>