Tidy up dependencies (spring-context is now optional)

This commit is contained in:
Dave Syer
2014-09-19 09:33:40 +01:00
parent e2bee41f02
commit b866155ffb

View File

@@ -179,6 +179,11 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>