File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
grails-plugin-controllers/src/main/groovy/org/grails/plugins/web/controllers
src/main/groovy/org/grails/web/config/http Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 // when used by grails-gradle-plugin
99 // see: https://docs.gradle.org/current/userguide/compatibility.html#groovy
1010 implementation " org.springframework:spring-context"
11- api " org.springframework.boot:spring-boot-autoconfigure"
11+ implementation " org.springframework.boot:spring-boot-autoconfigure"
1212
1313
1414 compileOnly " org.codehaus.groovy:groovy:$GroovySystem . version "
Original file line number Diff line number Diff line change 33import grails .config .Settings ;
44import jakarta .servlet .DispatcherType ;
55import jakarta .servlet .Filter ;
6- import org .grails .spring .config .http .GrailsFilters ;
6+ import org .grails .web .config .http .GrailsFilters ;
77import org .grails .web .filters .HiddenHttpMethodFilter ;
88import org .grails .web .servlet .mvc .GrailsWebRequestFilter ;
99import org .springframework .beans .factory .annotation .Value ;
1616import org .springframework .boot .web .servlet .filter .OrderedCharacterEncodingFilter ;
1717import org .springframework .context .ApplicationContext ;
1818import org .springframework .context .annotation .Bean ;
19- import org .springframework .context .annotation .Primary ;
2019import org .springframework .web .filter .CharacterEncodingFilter ;
2120
2221import java .util .EnumSet ;
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies {
1010 compileOnly " jakarta.servlet:jakarta.servlet-api"
1111 testCompileOnly " org.springframework:spring-test"
1212
13+ compileOnly " org.springframework.boot:spring-boot-autoconfigure"
1314 api " org.springframework:spring-webmvc"
1415 api " org.springframework:spring-context-support"
1516 implementation " com.github.ben-manes.caffeine:caffeine"
Original file line number Diff line number Diff line change 1313 * limitations under the License.
1414 */
1515
16- package org .grails .spring .config .http ;
16+ package org .grails .web .config .http ;
1717
1818import org .springframework .boot .autoconfigure .security .SecurityProperties ;
1919
You can’t perform that action at this time.
0 commit comments