| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 	<modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  | 	<groupId>org.baeldung</groupId> | 
					
						
							|  |  |  | 	<artifactId>handling-spring-static-resources</artifactId> | 
					
						
							|  |  |  | 	<name>handling-spring-static-resources</name> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 	<version>0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 	<packaging>war</packaging> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 	<dependencies> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 		<!-- Spring Security --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework.security</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-security-web</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.security.version}</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework.security</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-security-config</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.security.version}</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework.security</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-security-taglibs</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.security.version}</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		<!-- Spring --> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework</groupId> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<artifactId>spring-core</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 			<exclusions> | 
					
						
							|  |  |  | 				<exclusion> | 
					
						
							|  |  |  | 					<artifactId>commons-logging</artifactId> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 					<groupId>commons-logging</groupId> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 				</exclusion> | 
					
						
							|  |  |  | 			</exclusions> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework</groupId> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<artifactId>spring-context</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<groupId>org.springframework</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-jdbc</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework</groupId> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<artifactId>spring-beans</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<groupId>org.springframework</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-aop</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<groupId>org.springframework</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-tx</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<groupId>org.springframework</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-expression</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		<dependency> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<groupId>org.springframework</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-web</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<groupId>org.springframework</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-webmvc</artifactId> | 
					
						
							|  |  |  | 			<version>${org.springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 		<!-- AOP --> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.aspectj</groupId> | 
					
						
							|  |  |  | 			<artifactId>aspectjrt</artifactId> | 
					
						
							|  |  |  | 			<version>${org.aspectj-version}</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>javax.inject</groupId> | 
					
						
							|  |  |  | 			<artifactId>javax.inject</artifactId> | 
					
						
							|  |  |  | 			<version>1</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<!-- Servlet --> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>javax.servlet</groupId> | 
					
						
							|  |  |  | 			<artifactId>javax.servlet-api</artifactId> | 
					
						
							|  |  |  | 			<version>3.1.0</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>javax.servlet.jsp</groupId> | 
					
						
							|  |  |  | 			<artifactId>javax.servlet.jsp-api</artifactId> | 
					
						
							|  |  |  | 			<version>${javax.servlet.jsp-api.version}</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>javax.servlet</groupId> | 
					
						
							|  |  |  | 			<artifactId>jstl</artifactId> | 
					
						
							|  |  |  | 			<version>1.2</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  | 			<artifactId>jackson-databind</artifactId> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<version>${jackson.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.hibernate</groupId> | 
					
						
							|  |  |  | 			<artifactId>hibernate-validator</artifactId> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<version>${hibernate-validator.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<!-- Joda Time Library --> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>joda-time</groupId> | 
					
						
							|  |  |  | 			<artifactId>joda-time</artifactId> | 
					
						
							| 
									
										
										
										
											2014-12-21 19:11:17 +02:00
										 |  |  | 			<version>2.6</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<!-- Handlebars.java --> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>com.github.jknack</groupId> | 
					
						
							|  |  |  | 			<artifactId>handlebars</artifactId> | 
					
						
							|  |  |  | 			<version>1.3.2</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		<!-- logging --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.slf4j</groupId> | 
					
						
							|  |  |  | 			<artifactId>slf4j-api</artifactId> | 
					
						
							|  |  |  | 			<version>${org.slf4j.version}</version> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		<dependency> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 			<groupId>ch.qos.logback</groupId> | 
					
						
							|  |  |  | 			<artifactId>logback-classic</artifactId> | 
					
						
							|  |  |  | 			<version>${logback.version}</version> | 
					
						
							|  |  |  | 			<!-- <scope>runtime</scope> --> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.slf4j</groupId> | 
					
						
							|  |  |  | 			<artifactId>jcl-over-slf4j</artifactId> | 
					
						
							|  |  |  | 			<version>${org.slf4j.version}</version> | 
					
						
							|  |  |  | 			<!-- <scope>runtime</scope> --> <!-- some spring dependencies need to compile against jcl --> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  | 		<dependency> <!-- needed to bridge to slf4j for projects that use the log4j APIs directly --> | 
					
						
							|  |  |  | 			<groupId>org.slf4j</groupId> | 
					
						
							|  |  |  | 			<artifactId>log4j-over-slf4j</artifactId> | 
					
						
							|  |  |  | 			<version>${org.slf4j.version}</version> | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | 		</dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	</dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<build> | 
					
						
							|  |  |  | 		<finalName>handling-spring-static-resources</finalName> | 
					
						
							|  |  |  | 		<resources> | 
					
						
							|  |  |  | 			<resource> | 
					
						
							|  |  |  | 				<directory>src/main/resources</directory> | 
					
						
							|  |  |  | 				<filtering>true</filtering> | 
					
						
							|  |  |  | 			</resource> | 
					
						
							|  |  |  | 		</resources> | 
					
						
							|  |  |  | 	</build> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	<properties> | 
					
						
							|  |  |  | 		<java-version>1.7</java-version> | 
					
						
							| 
									
										
										
										
											2014-12-21 19:11:17 +02:00
										 |  |  | 		<!-- Spring --> | 
					
						
							| 
									
										
										
										
											2015-01-01 14:54:40 +02:00
										 |  |  | 		<org.springframework.version>4.1.4.RELEASE</org.springframework.version> | 
					
						
							| 
									
										
										
										
											2014-12-21 19:11:17 +02:00
										 |  |  | 		<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version> | 
					
						
							|  |  |  | 		 | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 		<org.aspectj-version>1.8.1</org.aspectj-version> | 
					
						
							|  |  |  | 		<javax.servlet.jsp-api.version>2.3.2-b01</javax.servlet.jsp-api.version> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<!-- Spring --> | 
					
						
							| 
									
										
										
										
											2015-01-01 14:54:40 +02:00
										 |  |  | 		<org.springframework.version>4.1.4.RELEASE</org.springframework.version> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 		<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<!-- persistence --> | 
					
						
							|  |  |  | 		<hibernate.version>4.3.7.Final</hibernate.version> | 
					
						
							| 
									
										
										
										
											2014-11-20 11:32:43 +02:00
										 |  |  | 		<mysql-connector-java.version>5.1.34</mysql-connector-java.version> | 
					
						
							| 
									
										
										
										
											2014-12-21 19:11:17 +02:00
										 |  |  | 		<spring-data-jpa.version>1.7.1.RELEASE</spring-data-jpa.version> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		<!-- marshalling --> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-01 14:54:40 +02:00
										 |  |  | 		<jackson.version>2.4.4</jackson.version> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		<!-- logging --> | 
					
						
							| 
									
										
										
										
											2015-01-01 14:54:40 +02:00
										 |  |  | 		<org.slf4j.version>1.7.9</org.slf4j.version> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 		<logback.version>1.1.2</logback.version> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<!-- various --> | 
					
						
							|  |  |  | 		<hibernate-validator.version>5.1.3.Final</hibernate-validator.version> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<!-- util --> | 
					
						
							|  |  |  | 		<guava.version>18.0</guava.version> | 
					
						
							|  |  |  | 		<commons-lang3.version>3.3.2</commons-lang3.version> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<!-- testing --> | 
					
						
							|  |  |  | 		<org.hamcrest.version>1.3</org.hamcrest.version> | 
					
						
							|  |  |  | 		<junit.version>4.11</junit.version> | 
					
						
							| 
									
										
										
										
											2015-01-01 14:54:40 +02:00
										 |  |  | 		<mockito.version>1.10.19</mockito.version> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-21 19:11:17 +02:00
										 |  |  | 		<httpcore.version>4.4</httpcore.version> | 
					
						
							| 
									
										
										
										
											2014-11-20 11:32:43 +02:00
										 |  |  | 		<httpclient.version>4.3.6</httpclient.version> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-20 11:32:43 +02:00
										 |  |  | 		<rest-assured.version>2.4.0</rest-assured.version> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		<!-- Maven plugins --> | 
					
						
							|  |  |  | 		<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version> | 
					
						
							|  |  |  | 		<maven-war-plugin.version>2.5</maven-war-plugin.version> | 
					
						
							| 
									
										
										
										
											2015-01-01 14:54:40 +02:00
										 |  |  | 		<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version> | 
					
						
							| 
									
										
										
										
											2014-12-21 19:11:17 +02:00
										 |  |  | 		<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version> | 
					
						
							| 
									
										
										
										
											2014-11-09 20:11:22 +02:00
										 |  |  | 	</properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-10-16 20:53:24 -05:00
										 |  |  | </project> |