mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-26 20:28:44 +00:00 
			
		
		
		
	
		
			
	
	
		
			21 lines
		
	
	
		
			722 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
		
		
			
		
	
	
			21 lines
		
	
	
		
			722 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
|  | apply plugin: 'io.spring.convention.spring-sample-war' | ||
|  | 
 | ||
|  | dependencies { | ||
|  | 	compile project(':spring-security-config') | ||
|  | 	compile project(':spring-security-core') | ||
|  | 	compile project(':spring-security-samples-javaconfig-messages') | ||
|  | 	compile project(':spring-security-web') | ||
|  | 	compile 'javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api' | ||
|  | 	compile 'javax.validation:validation-api' | ||
|  | 	compile 'org.hibernate:hibernate-validator' | ||
|  | 	compile 'org.springframework:spring-jdbc' | ||
|  | 	compile 'org.springframework:spring-webmvc' | ||
|  | 	compile slf4jDependencies | ||
|  | 
 | ||
|  | 	providedCompile 'javax.servlet.jsp:javax.servlet.jsp-api' | ||
|  | 	providedCompile 'javax.servlet:javax.servlet-api:3.0.1' | ||
|  | 
 | ||
|  | 	runtime 'ch.qos.logback:logback-classic' | ||
|  | 	runtime 'opensymphony:sitemesh' | ||
|  | } |