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 2008/03/05 16:10:41 UTC

svn commit: r633870 - /servicemix/smx4/features/trunk/management/acegi/pom.xml

Author: gnodet
Date: Wed Mar  5 07:10:40 2008
New Revision: 633870

URL: http://svn.apache.org/viewvc?rev=633870&view=rev
Log:
Fix pom to use spring 2.5

Modified:
    servicemix/smx4/features/trunk/management/acegi/pom.xml

Modified: servicemix/smx4/features/trunk/management/acegi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/management/acegi/pom.xml?rev=633870&r1=633869&r2=633870&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/management/acegi/pom.xml (original)
+++ servicemix/smx4/features/trunk/management/acegi/pom.xml Wed Mar  5 07:10:40 2008
@@ -39,10 +39,21 @@
             <groupId>org.acegisecurity</groupId>
             <artifactId>acegi-security</artifactId>
             <version>${acegi.version}</version>
+            <exclusions>
+                <exclusion>
+		            <groupId>org.springframework</groupId>
+		            <artifactId>spring-remoting</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
+            <version>${spring.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-jdbc</artifactId>
             <version>${spring.version}</version>
         </dependency>
         <dependency>