Skip to content

Commit d8d8ca2

Browse files
committed
build(deps): remove incorrect grails-core API dependency
The `grails-datastore-gorm` module does not require an `api` dependency on `grails-core`. This change removes the unnecessary dependency to align with the module's actual requirements and prevent potential issues.
1 parent 7f15f74 commit d8d8ca2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

grails-datastore-gorm/build.gradle

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,6 @@ dependencies {
4040
api 'jakarta.persistence:jakarta.persistence-api', {
4141
// api: FetchType, JoinType
4242
}
43-
api 'org.grails:grails-core', {
44-
// ast: grails.persistence.Entity
45-
if (excludeUnusedTransDeps) {
46-
// API dependencies in grails-core
47-
exclude group: 'jakarta.annotation', module: 'jakarta.annotation-api'
48-
exclude group: 'jakarta.inject', module: 'jakarta.inject-api'
49-
exclude group: 'jakarta.persistence', module: 'jakarta.persistence-api'
50-
//exclude group: 'org.grails', module: 'grails-bootstrap' // Resource
51-
exclude group: 'org.grails', module: 'grails-datastore-core'
52-
exclude group: 'org.grails', module: 'grails-spring'
53-
exclude group: 'org.springframework', module: 'spring-beans'
54-
exclude group: 'org.springframework', module: 'spring-context'
55-
exclude group: 'org.springframework', module: 'spring-core'
56-
exclude group: 'org.springframework', module: 'spring-tx'
57-
exclude group: 'org.springframework.boot', module: 'spring-boot'
58-
exclude group: 'org.springframework.boot', module: 'spring-boot-autoconfigure'
59-
}
60-
}
6143
api 'org.springframework:spring-context', {
6244
// api: Validator
6345
}

0 commit comments

Comments
 (0)