Skip to content

Commit 99be9f7

Browse files
committed
Removed fixed Spring version
1 parent c8f6776 commit 99be9f7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • access-control-spring-security

access-control-spring-security/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,13 @@
4242
<groupId>org.springframework.security</groupId>
4343
<artifactId>spring-security-taglibs</artifactId>
4444
</dependency>
45-
<!-- Spring dependencies need to match with Spring Security version -->
4645
<dependency>
4746
<groupId>org.springframework</groupId>
4847
<artifactId>spring-webmvc</artifactId>
49-
<version>4.2.2.RELEASE</version>
5048
</dependency>
5149
<dependency>
5250
<groupId>org.springframework</groupId>
5351
<artifactId>spring-jdbc</artifactId>
54-
<version>4.2.2.RELEASE</version>
5552
</dependency>
5653
<dependency>
5754
<groupId>com.h2database</groupId>

0 commit comments

Comments
 (0)