Bump openid4java dependency to 0.9.8

Authentication is security-sensitive, so best to make use of the
latest available stable version.

Change-Id: I70904821a61408b84fcaef5e818ff07fd1f9aecb
This commit is contained in:
Jonathan Nieder
2013-05-14 11:08:52 -07:00
committed by Shawn Pearce
parent b9ac2439c4
commit af5d1dc36e
2 changed files with 3 additions and 5 deletions

View File

@@ -51,8 +51,7 @@ limitations under the License.
<dependency>
<groupId>org.openid4java</groupId>
<artifactId>openid4java-consumer</artifactId>
<type>pom</type>
<artifactId>openid4java</artifactId>
</dependency>
<dependency>

View File

@@ -519,9 +519,8 @@ limitations under the License.
<dependency>
<groupId>org.openid4java</groupId>
<artifactId>openid4java-consumer</artifactId>
<version>0.9.6</version>
<type>pom</type>
<artifactId>openid4java</artifactId>
<version>0.9.8</version>
<exclusions>
<exclusion>
<!-- conflicts with our use of guice 3.0 -->