14 lines
		
	
	
		
			424 B
		
	
	
	
		
			Groovy
		
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			424 B
		
	
	
	
		
			Groovy
		
	
	
	
| apply plugin: 'io.spring.convention.spring-test'
 | |
| 
 | |
| dependencies {
 | |
|     compile project(':spring-security-core')
 | |
|     compile 'org.springframework:spring-beans'
 | |
|     compile 'org.springframework:spring-context'
 | |
|     compile 'org.springframework:spring-core'
 | |
|     compile 'org.springframework:spring-tx'
 | |
|     compile project(':spring-security-config')
 | |
|     compile project(':spring-security-ldap')
 | |
| 
 | |
|     runtime apachedsDependencies
 | |
| }
 |