Skip to content

Commit

Permalink
removed test-scope and moved dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Apr 18, 2013
1 parent 55422e1 commit 134551c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions fcrepo-webapp/pom.xml
Expand Up @@ -59,6 +59,15 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-spring</artifactId>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-web-jcr-rest</artifactId>
Expand All @@ -74,16 +83,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<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 134551c

Please sign in to comment.