|
|
|
|
@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
|
|
|
|
|
</parent> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-samples-openid</artifactId> |
|
|
|
|
<name>Spring Security - openid sample</name> |
|
|
|
|
<name>Spring Security - OpenID Sample</name> |
|
|
|
|
<packaging>war</packaging> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
@ -42,21 +42,23 @@
@@ -42,21 +42,23 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
|
<artifactId>jstl</artifactId> |
|
|
|
|
<version>1.2</version> |
|
|
|
|
<version>1.1.2</version> |
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>taglibs</groupId> |
|
|
|
|
<artifactId>standard</artifactId> |
|
|
|
|
<version>1.0.6</version> |
|
|
|
|
<version>1.1.2</version> |
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>jaxen</groupId> |
|
|
|
|
<artifactId>jaxen</artifactId> |
|
|
|
|
<version>1.1.1</version> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
--> |
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|
|