Skip to content

Commit

Permalink
make jsp-api dependency a provided dependency in grails-web-jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Mar 2, 2015
1 parent e1afa36 commit ce815f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grails-web-jsp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dependencies {
compile project(":grails-web-gsp")

// Required for JSP support
compile 'javax.servlet.jsp:jsp-api:2.1'
provided 'javax.servlet.jsp:jsp-api:2.1'

}

0 comments on commit ce815f7

Please sign in to comment.