added test dependency

Former-commit-id: fa4846dfa384639114f32ed3b7a0d91347b8dabf
This commit is contained in:
Jeremy Long
2014-09-10 17:39:31 -04:00
parent aadfb71c98
commit 74908642c7

View File

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