| 
									
										
										
										
											2020-05-13 21:54:25 +08:00
										 |  |  | description = "Spring R2DBC" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | apply plugin: "kotlin" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 |  |  | 	api(project(":spring-beans")) | 
					
						
							|  |  |  | 	api(project(":spring-core")) | 
					
						
							|  |  |  | 	api(project(":spring-tx")) | 
					
						
							|  |  |  | 	api("io.projectreactor:reactor-core") | 
					
						
							| 
									
										
										
										
											2023-08-02 06:56:50 +08:00
										 |  |  | 	api("io.r2dbc:r2dbc-spi") | 
					
						
							| 
									
										
										
										
											2020-05-13 21:54:25 +08:00
										 |  |  | 	optional("org.jetbrains.kotlin:kotlin-reflect") | 
					
						
							|  |  |  | 	optional("org.jetbrains.kotlin:kotlin-stdlib") | 
					
						
							|  |  |  | 	optional("org.jetbrains.kotlinx:kotlinx-coroutines-core") | 
					
						
							|  |  |  | 	optional("org.jetbrains.kotlinx:kotlinx-coroutines-reactor") | 
					
						
							| 
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 |  |  | 	testImplementation(testFixtures(project(":spring-beans"))) | 
					
						
							|  |  |  | 	testImplementation(testFixtures(project(":spring-context"))) | 
					
						
							| 
									
										
										
										
											2023-08-02 06:56:50 +08:00
										 |  |  | 	testImplementation(testFixtures(project(":spring-core"))) | 
					
						
							| 
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 |  |  | 	testImplementation("io.projectreactor:reactor-test") | 
					
						
							|  |  |  | 	testImplementation("io.r2dbc:r2dbc-h2") | 
					
						
							| 
									
										
										
										
											2022-07-13 16:23:51 +08:00
										 |  |  | 	testImplementation("io.r2dbc:r2dbc-spi-test") { | 
					
						
							| 
									
										
										
										
											2021-05-12 19:43:36 +08:00
										 |  |  | 		exclude group: "org.springframework", module: "spring-jdbc" | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-05-13 21:54:25 +08:00
										 |  |  | } |