| 
									
										
										
										
											2009-12-04 21:33:17 +00:00
										 |  |  | // Core build file
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							|  |  |  |     compile 'aopalliance:aopalliance:1.0', | 
					
						
							| 
									
										
										
										
											2009-12-08 01:54:15 +00:00
										 |  |  |             "net.sf.ehcache:ehcache:$ehcacheVersion", | 
					
						
							| 
									
										
										
										
											2009-12-04 21:33:17 +00:00
										 |  |  |             "org.springframework:spring-aop:$springVersion", | 
					
						
							|  |  |  |             "org.springframework:spring-beans:$springVersion", | 
					
						
							|  |  |  |             "org.springframework:spring-context:$springVersion", | 
					
						
							|  |  |  |             "org.springframework:spring-expression:$springVersion", | 
					
						
							|  |  |  |             "org.springframework:spring-jdbc:$springVersion", | 
					
						
							|  |  |  |             "org.springframework:spring-tx:$springVersion", | 
					
						
							|  |  |  |             "org.springframework:spring-web:$springVersion", | 
					
						
							| 
									
										
										
										
											2009-12-21 17:32:38 +00:00
										 |  |  |             "org.aspectj:aspectjrt:$aspectjVersion", | 
					
						
							|  |  |  |             "org.aspectj:aspectjweaver:$aspectjVersion", | 
					
						
							|  |  |  |             'javax.annotation:jsr250-api:1.0' | 
					
						
							| 
									
										
										
										
											2009-12-04 21:33:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     testCompile 'commons-collections:commons-collections:3.2', | 
					
						
							|  |  |  |                 "org.springframework:spring-test:$springVersion" | 
					
						
							| 
									
										
										
										
											2010-02-27 00:41:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     testRuntime "hsqldb:hsqldb:$hsqlVersion" | 
					
						
							| 
									
										
										
										
											2009-12-04 21:33:17 +00:00
										 |  |  | } |