diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml
index d0ed826e09..a3854f13b9 100644
--- a/core-tiger/pom.xml
+++ b/core-tiger/pom.xml
@@ -1,67 +1,85 @@
-
- 4.0.0
-
- org.springframework.security
- spring-security-parent
- 2.0-SNAPSHOT
-
- spring-security-core-tiger
- Spring Security - Java 5 (Tiger)
-
-
-
- org.springframework.security
- spring-security-core
- ${project.version}
-
-
- org.springframework
- spring-core
-
-
- org.springframework
- spring-aop
- ${spring.version}
-
-
- org.springframework
- spring-support
- runtime
-
-
- org.springframework
- spring-jdbc
- true
-
-
- org.apache.tomcat
- annotations-api
- 6.0.14
- true
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
-
- 1.5
-
-
-
-
-
+
+ 4.0.0
+
+ org.springframework.security
+ spring-security-parent
+ 2.0-SNAPSHOT
+
+ spring-security-core-tiger
+ Spring Security - Java 5 (Tiger)
+
+
+ org.springframework.security
+ spring-security-core
+ ${project.version}
+
+
+ org.springframework
+ spring-core
+
+
+ org.springframework
+ spring-aop
+ ${spring.version}
+
+
+ org.springframework
+ spring-support
+ runtime
+
+
+ org.springframework
+ spring-jdbc
+ true
+
+
+ org.apache.tomcat
+ annotations-api
+ 6.0.14
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 1.5
+ 1.5
+
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ ${felix.version}
+ true
+
+
+ org.springframework.security.core-tiger
+ org.springframework.security.*;version=${pom.version}
+ !org.springframework.security.*
+ ${pom.name}
+ ${pom.version}
+
+ org.springframework*;resolution:=optional;version="[2.0,2.5]",
+ *;resolution:=optional
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-pmd-plugin
+
+ 1.5
+
+
+
+
+
\ No newline at end of file