| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | description = "Spring Context Support" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 |  |  | 	api(project(":spring-beans")) | 
					
						
							|  |  |  | 	api(project(":spring-context")) | 
					
						
							|  |  |  | 	api(project(":spring-core")) | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 	optional(project(":spring-jdbc"))  // for Quartz support
 | 
					
						
							|  |  |  | 	optional(project(":spring-tx"))  // for Quartz support
 | 
					
						
							| 
									
										
										
										
											2021-09-17 15:14:07 +08:00
										 |  |  | 	optional("jakarta.activation:jakarta.activation-api") | 
					
						
							|  |  |  | 	optional("jakarta.mail:jakarta.mail-api") | 
					
						
							| 
									
										
										
										
											2019-08-27 03:13:12 +08:00
										 |  |  | 	optional("javax.cache:cache-api") | 
					
						
							|  |  |  | 	optional("com.github.ben-manes.caffeine:caffeine") | 
					
						
							|  |  |  | 	optional("org.quartz-scheduler:quartz") | 
					
						
							|  |  |  | 	optional("org.freemarker:freemarker") | 
					
						
							| 
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 |  |  | 	testImplementation(project(":spring-context")) | 
					
						
							|  |  |  | 	testImplementation(testFixtures(project(":spring-beans"))) | 
					
						
							|  |  |  | 	testImplementation(testFixtures(project(":spring-context"))) | 
					
						
							|  |  |  | 	testImplementation(testFixtures(project(":spring-core"))) | 
					
						
							|  |  |  | 	testImplementation(testFixtures(project(":spring-tx"))) | 
					
						
							|  |  |  | 	testImplementation("org.hsqldb:hsqldb") | 
					
						
							| 
									
										
										
										
											2021-09-17 15:14:07 +08:00
										 |  |  | 	testImplementation("jakarta.annotation:jakarta.annotation-api") | 
					
						
							| 
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 |  |  | 	testRuntimeOnly("org.ehcache:jcache") | 
					
						
							|  |  |  | 	testRuntimeOnly("org.ehcache:ehcache") | 
					
						
							| 
									
										
										
										
											2021-09-17 15:14:07 +08:00
										 |  |  | 	testRuntimeOnly("org.glassfish:jakarta.el") | 
					
						
							|  |  |  | 	testRuntimeOnly("com.sun.mail:jakarta.mail") | 
					
						
							| 
									
										
										
										
											2019-12-29 22:43:15 +08:00
										 |  |  | 	testFixturesApi("org.junit.jupiter:junit-jupiter-api") | 
					
						
							|  |  |  | 	testFixturesImplementation("org.assertj:assertj-core") | 
					
						
							|  |  |  | 	testFixturesImplementation("org.mockito:mockito-core") | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | } |