Skip to content

Commit

Permalink
Merge pull request #13820 from codeconsole/7.0.x-remove-circular-tran…
Browse files Browse the repository at this point in the history
…sitive-dependency

Remove circular transitive gsp dependency
  • Loading branch information
codeconsole authored Nov 1, 2024
2 parents cc50cfd + c24e8b7 commit 1e66d2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion grails-web-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
}
api project(":grails-databinding")
api project(":grails-encoder")
api "org.grails:grails-gsp"
compileOnly "org.grails:grails-gsp"

api "org.apache.groovy:groovy-templates"
compileOnly "jakarta.servlet:jakarta.servlet-api"
Expand Down
1 change: 1 addition & 0 deletions grails-web-databinding/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dependencies {
api project(":grails-databinding")
api project(":grails-web-common")
testRuntimeOnly "org.grails:grails-gsp"
}
1 change: 1 addition & 0 deletions grails-web-url-mappings/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dependencies {
api project(":grails-web-common")
compileOnly "org.grails:grails-gsp"

api("org.grails:grails-datastore-gorm-validation")

Expand Down

0 comments on commit 1e66d2d

Please sign in to comment.