added test dependency to verify the fix for issue #180

Former-commit-id: 7f90c990b90b7a76a06be2318e578a98f8a7db13
This commit is contained in:
Jeremy Long
2015-01-30 05:31:42 -05:00
parent c2b757ad6f
commit 3b6a2a2908

View File

@@ -669,6 +669,13 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.2.12.RELEASE</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
</profile>
</profiles>