mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-31 06:38:42 +00:00 
			
		
		
		
	Modify words
- <dependencyManagement> to dependencyManagement - pom.xml to build.gradle
This commit is contained in:
		
							parent
							
								
									9f00045638
								
							
						
					
					
						commit
						d93bde7465
					
				| @ -278,7 +278,7 @@ If you use additional features (such as LDAP, OpenID, and others), you need to a | |||||||
| 
 | 
 | ||||||
| Spring Security builds against Spring Framework {spring-core-version} but should generally work with any newer version of Spring Framework 5.x. | 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. | 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. | ||||||
| The easiest way to resolve this is to use the `spring-framework-bom` within your `<dependencyManagement>` section of your `pom.xml`. | The easiest way to resolve this is to use the `spring-framework-bom` within your `dependencyManagement` section of your `build.gradle`. | ||||||
| You can do so by using the https://github.com/spring-gradle-plugins/dependency-management-plugin[Dependency Management Plugin], as the following example shows: | You can do so by using the https://github.com/spring-gradle-plugins/dependency-management-plugin[Dependency Management Plugin], as the following example shows: | ||||||
| 
 | 
 | ||||||
| .build.gradle | .build.gradle | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user