Author: snoopdave
Date: Sun Oct 23 15:22:29 2011
New Revision: 1187904

URL: http://svn.apache.org/viewvc?rev=1187904&view=rev
Log:
Spring deps were still not quite right...

Modified:
    roller/trunk/weblogger-web/pom.xml

Modified: roller/trunk/weblogger-web/pom.xml
URL: 
http://svn.apache.org/viewvc/roller/trunk/weblogger-web/pom.xml?rev=1187904&r1=1187903&r2=1187904&view=diff
==============================================================================
--- roller/trunk/weblogger-web/pom.xml (original)
+++ roller/trunk/weblogger-web/pom.xml Sun Oct 23 15:22:29 2011
@@ -195,15 +195,15 @@
 
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring-dao</artifactId>
-            <version>2.0.6</version>
+            <artifactId>spring-web</artifactId>
+            <version>2.5.6</version>
             <exclusions>
                 <exclusion>
                     <groupId>aopalliance</groupId>
                     <artifactId>aopalliance</artifactId>
                 </exclusion>
             </exclusions>
-       </dependency>
+        </dependency>
 
        <dependency>
             <groupId>org.springframework</groupId>
@@ -211,40 +211,22 @@
             <version>2.5.6</version>
        </dependency>
 
-        <dependency>
+       <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-            <version>2.5.6</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>aopalliance</groupId>
-                    <artifactId>aopalliance</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <dependency>
-            <groupId>org.springframework.ldap</groupId>
-            <artifactId>spring-ldap</artifactId>
-            <version>1.2</version>
-        </dependency>
-        
+            <artifactId>spring-dao</artifactId>
+            <version>2.0.7</version>
+       </dependency>
+       
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-core</artifactId>
-            <version>2.0.6.RELEASE</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-support</artifactId>
-                </exclusion>
-            </exclusions>
+            <version>2.0.7.RELEASE</version>
         </dependency>
 
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-openid</artifactId>
-            <version>2.0.6.RELEASE</version>
+            <version>2.0.7.RELEASE</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.openid4java</groupId>
@@ -256,13 +238,13 @@
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-taglibs</artifactId>
-            <version>2.0.6.RELEASE</version>
+            <version>2.0.7.RELEASE</version>
         </dependency>
 
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-acl</artifactId>
-            <version>2.0.6.RELEASE</version>
+            <version>2.0.7.RELEASE</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.springframework</groupId>
@@ -271,7 +253,13 @@
             </exclusions>
         </dependency>
 
-        <!-- OpenID deps -->
+        <dependency>
+            <groupId>org.springframework.ldap</groupId>
+            <artifactId>spring-ldap</artifactId>
+            <version>1.2</version>
+        </dependency>
+
+         <!-- OpenID deps -->
 
         <dependency>
             <groupId>org.openxri</groupId>


Reply via email to