INT-1254, fixed parent pom and security pom to pick up version of spring security from parent definition

This commit is contained in:
Oleg Zhurakousky
2010-09-13 14:51:45 -04:00
parent f454378013
commit e5f67740e4
2 changed files with 35 additions and 43 deletions

View File

@@ -27,7 +27,6 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>3.0.3.RELEASE</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -38,7 +37,6 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>3.0.3.RELEASE</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>