| 
									
										
										
										
											2017-07-04 17:30:54 -04:00
										 |  |  | apply plugin: 'io.spring.convention.spring-module' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2021-10-05 11:23:29 -03: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') | 
					
						
							| 
									
										
										
										
											2021-07-12 13:06:44 -05:00
										 |  |  | 	api 'org.springframework:spring-core' | 
					
						
							| 
									
										
										
										
											2021-04-04 07:31:47 -05:00
										 |  |  | 	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' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-04-15 15:32:08 -06:00
										 |  |  | 	testImplementation "org.bouncycastle:bcpkix-jdk18on" | 
					
						
							|  |  |  | 	testImplementation "org.bouncycastle:bcprov-jdk18on" | 
					
						
							| 
									
										
										
										
											2024-04-10 15:57:02 -04:00
										 |  |  | 	testImplementation "jakarta.servlet:jakarta.servlet-api" | 
					
						
							| 
									
										
										
										
											2021-04-04 07:31:47 -05:00
										 |  |  | 	testImplementation 'com.squareup.okhttp3:mockwebserver' | 
					
						
							|  |  |  | 	testImplementation 'io.projectreactor.netty:reactor-netty' | 
					
						
							|  |  |  | 	testImplementation 'com.fasterxml.jackson.core:jackson-databind' | 
					
						
							| 
									
										
										
										
											2021-07-12 13:06:44 -05:00
										 |  |  | 	testImplementation "org.assertj:assertj-core" | 
					
						
							|  |  |  | 	testImplementation "org.junit.jupiter:junit-jupiter-api" | 
					
						
							|  |  |  | 	testImplementation "org.junit.jupiter:junit-jupiter-params" | 
					
						
							|  |  |  | 	testImplementation "org.junit.jupiter:junit-jupiter-engine" | 
					
						
							|  |  |  | 	testImplementation "org.mockito:mockito-core" | 
					
						
							|  |  |  | 	testImplementation "org.mockito:mockito-junit-jupiter" | 
					
						
							|  |  |  | 	testImplementation "org.springframework:spring-test" | 
					
						
							| 
									
										
										
										
											2017-07-04 17:30:54 -04:00
										 |  |  | } |