| 
									
										
										
										
											2017-07-04 17:30:54 -04:00
										 |  |  | 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' | 
					
						
							| 
									
										
										
										
											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' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-04 06:29:48 -04:00
										 |  |  | 	testCompile powerMock2Dependencies | 
					
						
							| 
									
										
										
										
											2018-06-14 16:33:27 -05:00
										 |  |  | 	testCompile 'com.squareup.okhttp3:mockwebserver' | 
					
						
							|  |  |  | 	testCompile 'io.projectreactor.netty:reactor-netty' | 
					
						
							| 
									
										
										
										
											2017-07-04 17:30:54 -04:00
										 |  |  | } |