Skip to content

Commit

Permalink
Merge pull request WebGoat#33 from nbaars/master
Browse files Browse the repository at this point in the history
Fixed compilation error during build
  • Loading branch information
nbaars committed Sep 22, 2015
2 parents 1c0732d + bd96696 commit 502ca79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goat-hills-financial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 502ca79

Please sign in to comment.