Skip to content

Commit

Permalink
Update servlet test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Sep 8, 2014
1 parent ea0325e commit 5cd7dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions fcrepo-auth-roles-common/pom.xml
Expand Up @@ -48,11 +48,6 @@
<artifactId>jersey-servlet</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-grizzly2-servlet</artifactId>
<scope>test</scope>
</dependency>

<!-- This dependency is for compile-time: it keeps this module independent
of any given choice of JAX-RS implementation. It must be _after_ the test
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -112,6 +112,7 @@
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-servlet</artifactId>
<version>${jersey.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
Expand Down Expand Up @@ -206,7 +207,8 @@
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>6.0</version>
<version>7.0</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5cd7dbb

Please sign in to comment.