@@ -30,10 +30,10 @@ dependencies {
3030 // api: needed as classes should also be available when compiling apps. eg. MongoEntity
3131 // impl: MongoDatastore, MongoDbDataStoreSpringInitializer
3232 if (excludeUnusedTransDeps) {
33- // API dependencies in grails-datastore-gorm -mongodb
33+ // API dependencies in grails-data -mongodb
3434 // exclude group: 'org.apache.grails.data', module: 'grails-data-mongodb-bson' // Needed at runtime downstream (BsonPersistentEntityCodec)
3535 exclude group : ' org.apache.grails.data' , module : ' grails-datastore-core'
36- exclude group : ' org.apache.grails.data' , module : ' grails-datastore-gorm '
36+ exclude group : ' org.apache.grails.data' , module : ' grails-datamapping-core '
3737 exclude group : ' org.apache.grails.data' , module : ' grails-datamapping-support'
3838 // exclude group: 'org.mongodb', module: 'bson' // Needed downstream for compiling MongoEntity
3939 // exclude group: 'org.mongodb', module: 'mongodb-driver-core' // MongoClientSettings
@@ -47,7 +47,7 @@ dependencies {
4747 if (excludeUnusedTransDeps) {
4848 // API dependencies in grails-datamapping-support
4949 exclude group : ' org.apache.grails.data' , module : ' grails-datastore-core'
50- // exclude group: 'org.apache.grails.data, module: 'grails-datastore-gorm ' // AbstractDatastorePersistenceContextInterceptor
50+ // exclude group: 'org.apache.grails.data, module: 'grails-datamapping-core ' // AbstractDatastorePersistenceContextInterceptor
5151 exclude group : ' org.apache.grails' , module : ' grails-core'
5252 exclude group : ' org.springframework' , module : ' spring-context'
5353 exclude group : ' org.springframework' , module : ' spring-core'
0 commit comments