File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies {
1010
1111 api libs. grails. async. core
1212 api project(" :grace-plugin-gsp" )
13+ api project(" :grace-web-gsp" )
1314 api libs. groovy. test. junit5
1415 api libs. grails. datastore. gorm
1516 api libs. grails. datastore. gorm. test
Original file line number Diff line number Diff line change 11dependencies {
22 compileOnlyApi libs. jakarta. servlet
3- api project(' :grace-web-jsp' )
3+ compileOnlyApi libs. sitemesh, {
4+ exclude group : ' jakarta.servlet' , module : ' jakarta.servlet-api'
5+ }
6+ api project(' :grace-gsp' )
7+ api project(' :grace-taglib' )
8+ api project(' :grace-web-gsp' )
9+ api project(' :grace-web-taglib' )
410}
Original file line number Diff line number Diff line change @@ -4,8 +4,13 @@ dependencies {
44
55 compileOnlyApi libs. jakarta. servlet
66 // Required for JSP support
7- implementation libs. jakarta. servlet. jsp
8- implementation libs. jakarta. servlet. jsp. jstl
9- implementation libs. jakarta. el
10- implementation libs. glassfish. web. jsp. jstl
7+ compileOnlyApi libs. jakarta. el
8+ compileOnlyApi libs. jakarta. servlet. jsp, {
9+ exclude group : ' jakarta.servlet' , module : ' jakarta.servlet-api'
10+ }
11+ compileOnlyApi libs. jakarta. servlet. jsp. jstl, {
12+ exclude group : ' jakarta.el' , module : ' jakarta.el-api'
13+ exclude group : ' jakarta.servlet' , module : ' jakarta.servlet-api'
14+ }
15+ compileOnly libs. glassfish. web. jsp. jstl
1116}
You can’t perform that action at this time.
0 commit comments