Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit dd26a67

Browse files
committed
grails-plugin-controllers no longer needed.
1 parent 4826cc1 commit dd26a67

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

grails-gsp-spring-boot/src/main/java/grails/gsp/boot/GspAutoConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
import org.sitemesh.grails.plugins.sitemesh3.GrailsLayoutHandlerMapping;
4242
import org.sitemesh.grails.plugins.sitemesh3.Sitemesh3GrailsPlugin;
4343
import org.springframework.beans.BeansException;
44-
import org.springframework.beans.factory.annotation.Autowire;
4544
import org.springframework.beans.factory.annotation.Autowired;
4645
import org.springframework.beans.factory.annotation.Value;
4746
import org.springframework.beans.factory.config.BeanDefinition;

sample-apps/gsp/gsp-example/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ dependencies {
3636
implementation "org.hibernate.validator:hibernate-validator:8.0.0.Final" // validation
3737

3838
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
4039

4140
implementation 'org.apache.tomcat.embed:tomcat-embed-jasper' // jsp
4241
implementation "org.apache.tomcat.embed:tomcat-embed-el"

sample-apps/gsp/script/app.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package demo
22

33
@GrabResolver(name='grails-repo', root='https://repo.grails.org/grails/core/')
44
@Grab("org.grails:grails-gsp-spring-boot:7.0.0-SNAPSHOT")
5-
@Grab("org.grails:grails-plugin-controllers:7.0.0-SNAPSHOT")
65
// if you need to clear snapshots, they are saved to ~/.groovy/grapes
76

87
import org.springframework.boot.autoconfigure.SpringBootApplication

0 commit comments

Comments
 (0)