Skip to content

Commit

Permalink
Fixing the servlet api dependency scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard committed Dec 21, 2011
1 parent 5cbcdd7 commit 8d4400d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions impl/pom.xml
Expand Up @@ -30,10 +30,11 @@
</dependency>

<!-- Require the servlet API because we define a filter -->
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.seam.transaction</groupId>
Expand Down

0 comments on commit 8d4400d

Please sign in to comment.