| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | description = "Spring Context Support" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							|  |  |  | 	compile(project(":spring-beans")) | 
					
						
							|  |  |  | 	compile(project(":spring-context")) | 
					
						
							|  |  |  | 	compile(project(":spring-core")) | 
					
						
							|  |  |  | 	optional(project(":spring-jdbc"))  // for Quartz support
 | 
					
						
							|  |  |  | 	optional(project(":spring-tx"))  // for Quartz support
 | 
					
						
							| 
									
										
										
										
											2017-09-24 23:18:21 +08:00
										 |  |  | 	optional("javax.activation:activation:1.1.1") | 
					
						
							|  |  |  | 	optional("javax.mail:javax.mail-api:1.6.0") | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 	optional("javax.cache:cache-api:1.0.0") | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | 	optional("com.github.ben-manes.caffeine:caffeine:2.5.6") | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 	optional("net.sf.ehcache:ehcache:2.10.4") | 
					
						
							|  |  |  | 	optional("org.quartz-scheduler:quartz:2.3.0") | 
					
						
							|  |  |  | 	optional("org.codehaus.fabric3.api:commonj:1.1.0") | 
					
						
							|  |  |  | 	optional("org.freemarker:freemarker:${freemarkerVersion}") | 
					
						
							|  |  |  | 	testCompile(project(":spring-context")) | 
					
						
							|  |  |  | 	testCompile("org.hsqldb:hsqldb:${hsqldbVersion}") | 
					
						
							|  |  |  | 	testCompile("org.slf4j:slf4j-api:${slf4jVersion}") | 
					
						
							| 
									
										
										
										
											2017-10-26 01:18:10 +08:00
										 |  |  | 	testCompile("org.hibernate:hibernate-validator:6.0.4.Final") | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 	testRuntime("org.ehcache:jcache:1.0.1") | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | 	testRuntime("org.ehcache:ehcache:3.4.0") | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 	testRuntime("org.glassfish:javax.el:3.0.1-b08") | 
					
						
							| 
									
										
										
										
											2017-09-24 23:18:21 +08:00
										 |  |  | 	testRuntime("javax.annotation:javax.annotation-api:1.3.1") | 
					
						
							|  |  |  | 	testRuntime("com.sun.mail:javax.mail:1.6.0") | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | } |