This repository was archived by the owner on Mar 10, 2025. It is now read-only.
File tree 3 files changed +0
-3
lines changed
grails-gsp-spring-boot/src/main/java/grails/gsp/boot
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 41
41
import org .sitemesh .grails .plugins .sitemesh3 .GrailsLayoutHandlerMapping ;
42
42
import org .sitemesh .grails .plugins .sitemesh3 .Sitemesh3GrailsPlugin ;
43
43
import org .springframework .beans .BeansException ;
44
- import org .springframework .beans .factory .annotation .Autowire ;
45
44
import org .springframework .beans .factory .annotation .Autowired ;
46
45
import org .springframework .beans .factory .annotation .Value ;
47
46
import org .springframework .beans .factory .config .BeanDefinition ;
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ dependencies {
36
36
implementation " org.hibernate.validator:hibernate-validator:8.0.0.Final" // validation
37
37
38
38
implementation " org.grails:grails-web-jsp:7.0.0-SNAPSHOT"
39
- implementation " org.grails:grails-plugin-controllers:7.0.0-SNAPSHOT" // only needed for GrailsFilters
40
39
41
40
implementation ' org.apache.tomcat.embed:tomcat-embed-jasper' // jsp
42
41
implementation " org.apache.tomcat.embed:tomcat-embed-el"
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package demo
2
2
3
3
@GrabResolver (name = ' grails-repo' , root = ' https://repo.grails.org/grails/core/' )
4
4
@Grab (" org.grails:grails-gsp-spring-boot:7.0.0-SNAPSHOT" )
5
- @Grab (" org.grails:grails-plugin-controllers:7.0.0-SNAPSHOT" )
6
5
// if you need to clear snapshots, they are saved to ~/.groovy/grapes
7
6
8
7
import org.springframework.boot.autoconfigure.SpringBootApplication
You can’t perform that action at this time.
0 commit comments