Skip to content

Commit

Permalink
added spring-web as a test-scoped dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Apr 18, 2013
1 parent be4d127 commit 55422e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fcrepo-webapp/pom.xml
Expand Up @@ -79,6 +79,11 @@
<artifactId>jersey-spring</artifactId>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 55422e1

Please sign in to comment.