DATAJPA-566 - Adapt dependencies to Spring 4 upgrade.

This commit is contained in:
Oliver Gierke
2014-07-01 10:50:16 +02:00
parent 540134a942
commit eb341782d1

View File

@@ -212,8 +212,8 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>