Issue description
In prior versions of Grails, the RenderTagLib was accessible like ApplicationTagLib, and other tag libs in grails-gsp. This broke because it's dependency was changed from api to implementation. It's common to require these includes in Tests so this ticket will add back an api dependency in the testing-support-web package.