SEC-935: Updated to OpenID4Java 0.9.5 release

This commit is contained in:
Luke Taylor 2009-08-10 16:06:19 +00:00
parent 6f76fe6fbb
commit faa6be2011
2 changed files with 10 additions and 2 deletions

View File

@ -32,17 +32,20 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.openid4java</groupId>
<artifactId>openid4java</artifactId>
<version>0.9.3</version>
<version>0.9.5</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>

View File

@ -58,6 +58,11 @@
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>