Skip to content

Commit

Permalink
Changing the servlet api scope to test to fix some unit test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Nov 25, 2016
1 parent e4d2ea9 commit dedc6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit dedc6f5

Please sign in to comment.