|
@@ -4,7 +4,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-config</artifactId>
|
|
|
- <version>3.2.0.CI-SNAPSHOT</version>
|
|
|
+ <version>3.2.1.CI-SNAPSHOT</version>
|
|
|
<name>spring-security-config</name>
|
|
|
<description>spring-security-config</description>
|
|
|
<url>http://spring.io/spring-security</url>
|
|
@@ -58,31 +58,31 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
- <version>3.2.0.CI-SNAPSHOT</version>
|
|
|
+ <version>3.2.1.CI-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-aop</artifactId>
|
|
|
- <version>3.2.6.RELEASE</version>
|
|
|
+ <version>3.2.7.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
- <version>3.2.6.RELEASE</version>
|
|
|
+ <version>3.2.7.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
- <version>3.2.6.RELEASE</version>
|
|
|
+ <version>3.2.7.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
- <version>3.2.6.RELEASE</version>
|
|
|
+ <version>3.2.7.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
@@ -108,49 +108,49 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-ldap</artifactId>
|
|
|
- <version>3.2.0.CI-SNAPSHOT</version>
|
|
|
+ <version>3.2.1.CI-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-openid</artifactId>
|
|
|
- <version>3.2.0.CI-SNAPSHOT</version>
|
|
|
+ <version>3.2.1.CI-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-web</artifactId>
|
|
|
- <version>3.2.0.CI-SNAPSHOT</version>
|
|
|
+ <version>3.2.1.CI-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
- <version>3.2.6.RELEASE</version>
|
|
|
+ <version>3.2.7.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-tx</artifactId>
|
|
|
- <version>3.2.6.RELEASE</version>
|
|
|
+ <version>3.2.7.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
- <version>3.2.6.RELEASE</version>
|
|
|
+ <version>3.2.7.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
- <version>3.2.6.RELEASE</version>
|
|
|
+ <version>3.2.7.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
@@ -172,12 +172,6 @@
|
|
|
<version>0.9.29</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>hsqldb</groupId>
|
|
|
- <artifactId>hsqldb</artifactId>
|
|
|
- <version>1.8.0.10</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
<artifactId>jsr250-api</artifactId>
|
|
@@ -244,6 +238,12 @@
|
|
|
<version>1.4</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.hibernate.javax.persistence</groupId>
|
|
|
+ <artifactId>hibernate-jpa-2.0-api</artifactId>
|
|
|
+ <version>1.0.0.Final</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.hibernate.javax.persistence</groupId>
|
|
|
<artifactId>hibernate-jpa-2.0-api</artifactId>
|
|
@@ -256,6 +256,24 @@
|
|
|
<version>4.1.0.Final</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.hibernate</groupId>
|
|
|
+ <artifactId>hibernate-entitymanager</artifactId>
|
|
|
+ <version>3.6.10.Final</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.hsqldb</groupId>
|
|
|
+ <artifactId>hsqldb</artifactId>
|
|
|
+ <version>2.2.8</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.hsqldb</groupId>
|
|
|
+ <artifactId>hsqldb</artifactId>
|
|
|
+ <version>2.3.1</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|
|
@@ -322,6 +340,18 @@
|
|
|
<version>0.7-groovy-2.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.spockframework</groupId>
|
|
|
+ <artifactId>spock-spring</artifactId>
|
|
|
+ <version>0.7-groovy-2.0</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.data</groupId>
|
|
|
+ <artifactId>spring-data-jpa</artifactId>
|
|
|
+ <version>1.2.0.RELEASE</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.ldap</groupId>
|
|
|
<artifactId>spring-ldap-core</artifactId>
|
|
@@ -331,25 +361,25 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-cas</artifactId>
|
|
|
- <version>3.2.0.CI-SNAPSHOT</version>
|
|
|
+ <version>3.2.1.CI-SNAPSHOT</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-expression</artifactId>
|
|
|
- <version>3.2.6.RELEASE</version>
|
|
|
+ <version>3.2.7.RELEASE</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-orm</artifactId>
|
|
|
- <version>3.2.6.RELEASE</version>
|
|
|
+ <version>3.2.7.RELEASE</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
- <version>3.2.6.RELEASE</version>
|
|
|
+ <version>3.2.7.RELEASE</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|