Skip to content

Commit

Permalink
grails-plugin-controllers no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 12, 2024
1 parent 4826cc1 commit dd26a67
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
import org.sitemesh.grails.plugins.sitemesh3.GrailsLayoutHandlerMapping;
import org.sitemesh.grails.plugins.sitemesh3.Sitemesh3GrailsPlugin;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.annotation.Autowire;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.beans.factory.config.BeanDefinition;
Expand Down
1 change: 0 additions & 1 deletion sample-apps/gsp/gsp-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies {
implementation "org.hibernate.validator:hibernate-validator:8.0.0.Final" // validation

implementation "org.grails:grails-web-jsp:7.0.0-SNAPSHOT"
implementation "org.grails:grails-plugin-controllers:7.0.0-SNAPSHOT" // only needed for GrailsFilters

implementation 'org.apache.tomcat.embed:tomcat-embed-jasper' // jsp
implementation "org.apache.tomcat.embed:tomcat-embed-el"
Expand Down
1 change: 0 additions & 1 deletion sample-apps/gsp/script/app.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package demo

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

import org.springframework.boot.autoconfigure.SpringBootApplication
Expand Down

0 comments on commit dd26a67

Please sign in to comment.