Skip to content

Commit c24e8b7

Browse files
committed
Remove circular transitive gsp dependency
1 parent cc50cfd commit c24e8b7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

grails-web-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
}
55
api project(":grails-databinding")
66
api project(":grails-encoder")
7-
api "org.grails:grails-gsp"
7+
compileOnly "org.grails:grails-gsp"
88

99
api "org.apache.groovy:groovy-templates"
1010
compileOnly "jakarta.servlet:jakarta.servlet-api"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dependencies {
22
api project(":grails-databinding")
33
api project(":grails-web-common")
4+
testRuntimeOnly "org.grails:grails-gsp"
45
}

grails-web-url-mappings/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dependencies {
22
api project(":grails-web-common")
3+
compileOnly "org.grails:grails-gsp"
34

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

0 commit comments

Comments
 (0)