| 
									
										
										
										
											2017-07-04 17:30:54 -04:00
										 |  |  | apply plugin: 'io.spring.convention.spring-module' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2021-04-04 19:36:21 -05:00
										 |  |  | 	management platform(project(":spring-security-dependencies")) | 
					
						
							| 
									
										
										
										
											2021-04-04 07:31:47 -05:00
										 |  |  | 	api project(':spring-security-core') | 
					
						
							|  |  |  | 	api project(':spring-security-oauth2-core') | 
					
						
							|  |  |  | 	api springCoreDependency | 
					
						
							|  |  |  | 	api 'com.nimbusds:nimbus-jose-jwt' | 
					
						
							| 
									
										
										
										
											2018-04-04 06:29:48 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-14 16:33:27 -05:00
										 |  |  | 	optional 'io.projectreactor:reactor-core' | 
					
						
							|  |  |  | 	optional 'org.springframework:spring-webflux' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-04-04 07:31:47 -05:00
										 |  |  | 	testImplementation powerMock2Dependencies | 
					
						
							|  |  |  | 	testImplementation 'com.squareup.okhttp3:mockwebserver' | 
					
						
							|  |  |  | 	testImplementation 'io.projectreactor.netty:reactor-netty' | 
					
						
							|  |  |  | 	testImplementation 'com.fasterxml.jackson.core:jackson-databind' | 
					
						
							| 
									
										
										
										
											2017-07-04 17:30:54 -04:00
										 |  |  | } |