diff --git a/spring-data-neo4j-examples/cineasts-rest/pom.xml b/spring-data-neo4j-examples/cineasts-rest/pom.xml index 3eeb61898..7b49a2412 100644 --- a/spring-data-neo4j-examples/cineasts-rest/pom.xml +++ b/spring-data-neo4j-examples/cineasts-rest/pom.xml @@ -283,7 +283,6 @@ com.sun.jersey jersey-client ${jersey.version} - test com.sun.jersey @@ -398,6 +397,7 @@ org.apache.maven.plugins maven-surefire-plugin + 2.12.1 once true diff --git a/spring-data-neo4j-examples/cineasts-rest/src/main/webapp/WEB-INF/applicatioContext-security.xml b/spring-data-neo4j-examples/cineasts-rest/src/main/webapp/WEB-INF/applicationContext-security.xml similarity index 93% rename from spring-data-neo4j-examples/cineasts-rest/src/main/webapp/WEB-INF/applicatioContext-security.xml rename to spring-data-neo4j-examples/cineasts-rest/src/main/webapp/WEB-INF/applicationContext-security.xml index 9f1321d68..8266a217b 100644 --- a/spring-data-neo4j-examples/cineasts-rest/src/main/webapp/WEB-INF/applicatioContext-security.xml +++ b/spring-data-neo4j-examples/cineasts-rest/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:security="http://www.springframework.org/schema/security" xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.0.xsd"> + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd"> diff --git a/spring-data-neo4j-examples/cineasts-rest/src/main/webapp/WEB-INF/web.xml b/spring-data-neo4j-examples/cineasts-rest/src/main/webapp/WEB-INF/web.xml index f2420a9a0..7200fc201 100644 --- a/spring-data-neo4j-examples/cineasts-rest/src/main/webapp/WEB-INF/web.xml +++ b/spring-data-neo4j-examples/cineasts-rest/src/main/webapp/WEB-INF/web.xml @@ -6,7 +6,7 @@ contextConfigLocation - /WEB-INF/applicatioContext-security.xml + /WEB-INF/applicationContext-security.xml /WEB-INF/applicationContext.xml