Spring version fixed

pull/1303/head
Nikita 8 years ago
parent f784778c97
commit 65247d52b5

@ -147,13 +147,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>[3.1,)</version>
<version>[3.1,4.3)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>[3.1,)</version>
<version>[3.1,4.3)</version>
<scope>provided</scope>
</dependency>
<dependency>

@ -138,7 +138,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>[3.1,)</version>
<version>[3.1,4.3)</version>
<scope>test</scope>
</dependency>
@ -238,21 +238,21 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>[3.1,)</version>
<version>[3.1,4.3)</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>[3.1,)</version>
<version>[3.1,4.3)</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session</artifactId>
<version>1.2.2.RELEASE</version>
<version>[1.2.2,)</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

Loading…
Cancel
Save