diff --git a/samples/openid-xml/openid.gradle b/samples/openid-xml/openid.gradle index c924e66edf..9aade821a6 100644 --- a/samples/openid-xml/openid.gradle +++ b/samples/openid-xml/openid.gradle @@ -5,7 +5,8 @@ apply plugin: 'jetty' dependencies { compile project(':spring-security-core'), - project(':spring-security-openid') + project(':spring-security-openid'), + "org.springframework:spring-webmvc:$springVersion" providedCompile "javax.servlet:javax.servlet-api:$servletApiVersion" diff --git a/samples/openid-xml/src/main/webapp/WEB-INF/applicationContext-security.xml b/samples/openid-xml/src/main/webapp/WEB-INF/applicationContext-security.xml index b55979205c..b6a2ec55a4 100644 --- a/samples/openid-xml/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/samples/openid-xml/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -10,12 +10,11 @@ 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.xsd"> - - - - - + + + + +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> @@ -36,8 +37,8 @@ -
- + +
Sign-in or Create New Account @@ -57,7 +58,7 @@ Find out more about OpenID and how to get an OpenID enabled account.

- +