Skip to content

Commit 2c03a5f

Browse files
committed
fix 15201 - RenderTagLib should be accessible by web tests
1 parent be995b5 commit 2c03a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grails-testing-support-web/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies {
3737
implementation platform(project(':grails-bom'))
3838

3939
api project(':grails-gsp')
40+
api project(':grails-web-gsp-taglib') // RenderTagLib needs mocked in tests, and should be accessible by end applications
4041
api project(':grails-rest-transforms')
4142
api project(':grails-interceptors')
4243
api 'jakarta.servlet:jakarta.servlet-api'

0 commit comments

Comments
 (0)