| 
									
										
										
										
											2022-07-01 00:20:28 +08:00
										 |  |  | plugins { | 
					
						
							|  |  |  | 	id 'org.springframework.build.runtimehints-agent' | 
					
						
							| 
									
										
										
										
											2023-08-25 04:09:19 +08:00
										 |  |  | 	id 'kotlin' | 
					
						
							| 
									
										
										
										
											2022-07-01 00:20:28 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-07-23 17:28:31 +08:00
										 |  |  | description = "Spring Integration Tests" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 |  |  | 	testImplementation(project(":spring-aop")) | 
					
						
							|  |  |  | 	testImplementation(project(":spring-beans")) | 
					
						
							|  |  |  | 	testImplementation(project(":spring-context")) | 
					
						
							|  |  |  | 	testImplementation(project(":spring-core")) | 
					
						
							| 
									
										
										
										
											2022-07-01 00:20:28 +08:00
										 |  |  | 	testImplementation(project(":spring-core-test")) | 
					
						
							| 
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 |  |  | 	testImplementation(testFixtures(project(":spring-aop"))) | 
					
						
							|  |  |  | 	testImplementation(testFixtures(project(":spring-beans"))) | 
					
						
							|  |  |  | 	testImplementation(testFixtures(project(":spring-core"))) | 
					
						
							|  |  |  | 	testImplementation(testFixtures(project(":spring-tx"))) | 
					
						
							|  |  |  | 	testImplementation(project(":spring-expression")) | 
					
						
							|  |  |  | 	testImplementation(project(":spring-jdbc")) | 
					
						
							|  |  |  | 	testImplementation(project(":spring-orm")) | 
					
						
							|  |  |  | 	testImplementation(project(":spring-test")) | 
					
						
							|  |  |  | 	testImplementation(project(":spring-tx")) | 
					
						
							|  |  |  | 	testImplementation(project(":spring-web")) | 
					
						
							| 
									
										
										
										
											2021-09-17 15:14:07 +08:00
										 |  |  | 	testImplementation("jakarta.inject:jakarta.inject-api") | 
					
						
							|  |  |  | 	testImplementation("jakarta.resource:jakarta.resource-api") | 
					
						
							|  |  |  | 	testImplementation("jakarta.servlet:jakarta.servlet-api") | 
					
						
							| 
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 |  |  | 	testImplementation("org.aspectj:aspectjweaver") | 
					
						
							|  |  |  | 	testImplementation("org.hsqldb:hsqldb") | 
					
						
							| 
									
										
										
										
											2024-12-15 21:37:54 +08:00
										 |  |  | 	testImplementation("org.hibernate.orm:hibernate-core") | 
					
						
							| 
									
										
										
										
											2023-08-25 04:09:19 +08:00
										 |  |  | 	testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor") | 
					
						
							| 
									
										
										
										
											2019-08-21 21:24:03 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2019-10-25 19:52:49 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | normalization { | 
					
						
							|  |  |  | 	runtimeClasspath { | 
					
						
							|  |  |  | 		ignore "META-INF/MANIFEST.MF" | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } |