mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-31 14:48:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			416 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			416 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| apply plugin: 'io.spring.convention.spring-module'
 | |
| 
 | |
| dependencies {
 | |
| 	compile project(':spring-security-core')
 | |
| 	compile project(':spring-security-web')
 | |
| 	compile 'org.springframework:spring-webflux'
 | |
| 
 | |
| 	testCompile 'io.projectreactor:reactor-test'
 | |
| 	testCompile 'org.springframework:spring-test'
 | |
| 
 | |
| 	integrationTestCompile 'com.squareup.okhttp3:mockwebserver'
 | |
| 	integrationTestCompile 'io.projectreactor.ipc:reactor-netty'
 | |
| }
 |