This is an automated email from the ASF dual-hosted git repository.

borinquenkid pushed a commit to branch 8.0.x-hibernate7
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 1cc3fdf78410ccba704f4a08ce4d42e777f387bb
Author: Walter Duque de Estrada <[email protected]>
AuthorDate: Thu Jun 18 18:14:47 2026 -0500

    Remove leftover TODO and inline comment from H7 core build.gradle
    
    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
---
 grails-data-hibernate7/core/build.gradle | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/grails-data-hibernate7/core/build.gradle 
b/grails-data-hibernate7/core/build.gradle
index 17c38755e1..633e3ba34d 100644
--- a/grails-data-hibernate7/core/build.gradle
+++ b/grails-data-hibernate7/core/build.gradle
@@ -39,7 +39,6 @@ ext {
 }
 
 dependencies {
-    // TODO: Clarify and clean up dependencies
     implementation platform(project(':grails-hibernate7-bom'))
 
     api 'org.slf4j:slf4j-api'
@@ -101,9 +100,7 @@ dependencies {
 
 
     testImplementation 'com.h2database:h2'
-    testImplementation 'org.junit.platform:junit-platform-suite', {
-        // api: SelectClasses, Suite
-    }
+    testImplementation 'org.junit.platform:junit-platform-suite'
 
     testImplementation 'org.apache.groovy:groovy-test-junit5'
     testImplementation 'org.apache.groovy:groovy-sql'

Reply via email to