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