mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-31 14:48:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			520 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			520 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| apply plugin: 'io.spring.convention.spring-module'
 | |
| 
 | |
| dependencies {
 | |
| 	compile project(':spring-security-core')
 | |
| 	compile project(':spring-security-oauth2-core')
 | |
| 	compile springCoreDependency
 | |
| 	compile 'com.nimbusds:nimbus-jose-jwt'
 | |
| 
 | |
| 	optional 'io.projectreactor:reactor-core'
 | |
| 	optional 'org.springframework:spring-webflux'
 | |
| 
 | |
| 	testCompile powerMock2Dependencies
 | |
| 	testCompile 'com.squareup.okhttp3:mockwebserver'
 | |
| 	testCompile 'io.projectreactor.netty:reactor-netty'
 | |
| 	testCompile 'com.fasterxml.jackson.core:jackson-databind'
 | |
| }
 |