|  | @@ -2,7 +2,7 @@
 | 
	
		
			
				|  |  |  = Getting Spring Security
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  This section discusses all you need to know about getting the Spring Security binaries.
 | 
	
		
			
				|  |  | -See xref:overview/community.adoc#community-source[] for how to obtain the source code.
 | 
	
		
			
				|  |  | +See xref:overview/community.adoc#community-source[Source Code] for how to obtain the source code.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  == Release Numbering
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -72,7 +72,7 @@ You can do so by adding a Maven property, as the following example shows:
 | 
	
		
			
				|  |  |  ----
 | 
	
		
			
				|  |  |  ====
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -If you use additional features (such as LDAP, OpenID, and others), you need to also include the appropriate xref:overview/modules.adoc#modules[].
 | 
	
		
			
				|  |  | +If you use additional features (such as LDAP, OpenID, and others), you need to also include the appropriate xref:overview/modules.adoc#modules[Project Modules and Dependencies].
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  [[getting-maven-no-boot]]
 | 
	
		
			
				|  |  |  === Maven Without Spring Boot
 | 
	
	
		
			
				|  | @@ -118,7 +118,7 @@ A minimal Spring Security Maven set of dependencies typically looks like the fol
 | 
	
		
			
				|  |  |  ----
 | 
	
		
			
				|  |  |  ====
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -If you use additional features (such as LDAP, OpenID, and others), you need to also include the appropriate xref:overview/modules.adoc#modules[].
 | 
	
		
			
				|  |  | +If you use additional features (such as LDAP, OpenID, and others), you need to also include the appropriate xref:overview/modules.adoc#modules[Project Modules and Dependencies].
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  Spring Security builds against Spring Framework {spring-core-version} but should generally work with any newer version of Spring Framework 5.x.
 | 
	
		
			
				|  |  |  Many users are likely to run afoul of the fact that Spring Security's transitive dependencies resolve Spring Framework {spring-core-version}, which can cause strange classpath problems.
 | 
	
	
		
			
				|  | @@ -236,7 +236,7 @@ ext['spring.version']='{spring-core-version}'
 | 
	
		
			
				|  |  |  ----
 | 
	
		
			
				|  |  |  ====
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -If you use additional features (such as LDAP, OpenID, and others), you need to also include the appropriate xref:overview/modules.adoc#modules[].
 | 
	
		
			
				|  |  | +If you use additional features (such as LDAP, OpenID, and others), you need to also include the appropriate xref:overview/modules.adoc#modules[Project Modules and Dependencies].
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  === Gradle Without Spring Boot
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -274,7 +274,7 @@ dependencies {
 | 
	
		
			
				|  |  |  ----
 | 
	
		
			
				|  |  |  ====
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -If you use additional features (such as LDAP, OpenID, and others), you need to also include the appropriate xref:overview/modules.adoc#modules[].
 | 
	
		
			
				|  |  | +If you use additional features (such as LDAP, OpenID, and others), you need to also include the appropriate xref:overview/modules.adoc#modules[Project Modules and Dependencies].
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  Spring Security builds against Spring Framework {spring-core-version} but should generally work with any newer version of Spring Framework 5.x.
 | 
	
		
			
				|  |  |  Many users are likely to run afoul of the fact that Spring Security's transitive dependencies resolve Spring Framework {spring-core-version}, which can cause strange classpath problems.
 |