sync trunk
[cdmlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0c8cbf3b4f0703b3e89f561ce1803fc81e6b6953..415084d582bf1eff4ae02052243c66ce6e421061 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <dependency>
                                <groupId>org.springframework.security</groupId>
                                <artifactId>spring-security-core</artifactId>
-                               <version>3.0.0.RELEASE</version>
-                               <exclusions>
+                               <version>3.0.5.RELEASE</version>
+                               <!--<exclusions>
                                        <exclusion>
                                                <groupId>org.springframework</groupId>
                                                <artifactId>spring-context</artifactId>
                                                <groupId>org.springframework</groupId>
                                                <artifactId>spring-support</artifactId>
                                        </exclusion>
-                               </exclusions>
+                               </exclusions>-->
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.security</groupId>
+                               <artifactId>spring-security-context</artifactId>
+                               <version>3.0.5.RELEASE</version>
                        </dependency>
                        <!-- ******* SERVLET/JSP/JSF ******* -->
                        <dependency>