This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 8.0.x-hibernate7
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/8.0.x-hibernate7 by this push:
new 1fcc7b74bd Add missing servlet API
1fcc7b74bd is described below
commit 1fcc7b74bdc6585241fa7483bf93bb87f6dd3295
Author: James Daugherty <[email protected]>
AuthorDate: Mon Mar 23 11:25:54 2026 -0400
Add missing servlet API
---
grails-data-hibernate7/grails-plugin/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/grails-data-hibernate7/grails-plugin/build.gradle
b/grails-data-hibernate7/grails-plugin/build.gradle
index 3778747634..4ce7079611 100644
--- a/grails-data-hibernate7/grails-plugin/build.gradle
+++ b/grails-data-hibernate7/grails-plugin/build.gradle
@@ -68,6 +68,7 @@ dependencies {
testImplementation project(':grails-testing-support-datamapping')
testImplementation 'org.spockframework:spock-core'
+ testImplementation 'jakarta.servlet:jakarta.servlet-api'
testRuntimeOnly 'com.h2database:h2'
testRuntimeOnly 'org.apache.tomcat:tomcat-jdbc'