| 
									
										
										
										
											2018-01-09 08:50:49 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-28 15:45:30 -05:00
										 |  |  | apply plugin: 'io.spring.convention.spring-sample-war' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							|  |  |  | 	compile project(':spring-security-config') | 
					
						
							|  |  |  | 	compile project(':spring-security-web') | 
					
						
							|  |  |  | 	compile 'javax.validation:validation-api' | 
					
						
							| 
									
										
										
										
											2017-10-09 16:05:51 -05:00
										 |  |  | 	compile 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect' | 
					
						
							| 
									
										
										
										
											2017-03-28 15:45:30 -05:00
										 |  |  | 	compile 'org.eclipse.persistence:javax.persistence' | 
					
						
							|  |  |  | 	compile('org.hibernate:hibernate-entitymanager') { | 
					
						
							|  |  |  | 		exclude group:'javassist', module: 'javassist' | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	compile 'org.hibernate:hibernate-validator' | 
					
						
							|  |  |  | 	compile 'org.hsqldb:hsqldb' | 
					
						
							|  |  |  | 	compile('org.springframework.data:spring-data-jpa') { | 
					
						
							|  |  |  | 		exclude group:'org.aspectj', module:'aspectjrt' | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	compile 'org.springframework:spring-aop' | 
					
						
							|  |  |  | 	compile 'org.springframework:spring-aspects' | 
					
						
							|  |  |  | 	compile 'org.springframework:spring-beans' | 
					
						
							|  |  |  | 	compile 'org.springframework:spring-context' | 
					
						
							|  |  |  | 	compile 'org.springframework:spring-core' | 
					
						
							|  |  |  | 	compile 'org.springframework:spring-instrument' | 
					
						
							|  |  |  | 	compile 'org.springframework:spring-orm' | 
					
						
							|  |  |  | 	compile 'org.springframework:spring-tx' | 
					
						
							|  |  |  | 	compile 'org.springframework:spring-webmvc' | 
					
						
							|  |  |  | 	compile 'org.thymeleaf:thymeleaf-spring5' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-02 21:19:14 -05:00
										 |  |  | 	providedCompile 'javax.servlet:javax.servlet-api' | 
					
						
							| 
									
										
										
										
											2017-03-28 15:45:30 -05:00
										 |  |  | } |