| 
									
										
										
										
											2014-08-15 16:39:22 -05:00
										 |  |  | apply plugin: 'groovy' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							|  |  |  |     compile project(':spring-security-core'), | 
					
						
							| 
									
										
										
										
											2014-11-20 16:16:22 -06:00
										 |  |  |             springCoreDependency, | 
					
						
							| 
									
										
										
										
											2014-08-15 16:39:22 -05:00
										 |  |  |             'aopalliance:aopalliance:1.0', | 
					
						
							|  |  |  |             "org.springframework:spring-beans:$springVersion", | 
					
						
							|  |  |  |             "org.springframework:spring-context:$springVersion", | 
					
						
							|  |  |  |             "org.springframework:spring-expression:$springVersion", | 
					
						
							|  |  |  |             "org.springframework:spring-messaging:$springVersion" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     testCompile project(':spring-security-core').sourceSets.test.output, | 
					
						
							| 
									
										
										
										
											2014-12-10 10:07:32 -06:00
										 |  |  |                 "commons-codec:commons-codec:$commonsCodecVersion", | 
					
						
							| 
									
										
										
										
											2014-08-15 16:39:22 -05:00
										 |  |  |                 "org.slf4j:jcl-over-slf4j:$slf4jVersion", | 
					
						
							|  |  |  |                 "org.codehaus.groovy:groovy-all:$groovyVersion", | 
					
						
							|  |  |  |                 powerMockDependencies, | 
					
						
							|  |  |  |                 spockDependencies | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     testRuntime "org.hsqldb:hsqldb:$hsqlVersion" | 
					
						
							|  |  |  | } |