File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/groovy/org/grails/plugins/web Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 api project(" :grace-web-mvc" )
99 api project(" :grace-web-url-mappings" )
1010 api project(" :grace-web-gsp-taglib" )
11- runtimeOnly( project(" :grace-web-jsp" ) )
11+ api project(" :grace-web-jsp" )
1212 api libs. spring. boot. autoconfigure
1313 annotationProcessor libs. spring. boot. autoconfigureProcessor
1414 annotationProcessor libs. spring. boot. configurationProcessor
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ public ServletRegistrationBean<GroovyPagesServlet> groovyPagesServlet() {
209209 }
210210
211211 @ Bean
212- @ ConditionalOnClass (name = "org.grails.gsp. jsp.TagLibraryResolverImpl " )
212+ @ ConditionalOnClass (name = "jakarta.servlet. jsp.jstl.core.Config " )
213213 public TagLibraryResolver jspTagLibraryResolver (GroovyPagesProperties groovyPagesProperties ,
214214 ObjectProvider <GrailsApplication > grailsApplicationObjectProvider ) {
215215 TagLibraryResolverImpl tagLibraryResolver = new TagLibraryResolverImpl ();
You can’t perform that action at this time.
0 commit comments