added additional test dependencies

Former-commit-id: 65174625469145c3959250d0ffa397666876a2f1
This commit is contained in:
Jeremy Long
2013-09-17 10:42:23 -04:00
parent 3ea3f01394
commit 61e0cfc979

View File

@@ -487,6 +487,13 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
<version>1.5</version>
</dependency>
<!-- The following dependencies are only used during testing -->
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-cvsexe</artifactId>
<version>1.8.1</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>