| include ("grails-datastore-core", |
| "grails-datastore-simple", |
| "grails-datastore-web", |
| 'grails-datastore-rest-client', |
| |
| // Core GORM Implementation projects |
| 'grails-datastore-gorm', |
| 'grails-datastore-gorm-support', |
| 'grails-datastore-gorm-grails2-support', |
| 'grails-datastore-gorm-tck', |
| 'grails-datastore-gorm-test', |
| 'grails-datastore-gorm-grails2-test', |
| 'grails-datastore-gorm-plugin-support', |
| 'grails-datastore-test-support', |
| |
| // Grails 3 Plugins |
| 'grails-plugins/hibernate3', |
| 'grails-plugins/hibernate4', |
| 'grails-plugins/hibernate5', |
| 'grails-plugins/mongodb', |
| 'grails-plugins/neo4j', |
| 'grails-plugins/cassandra', |
| 'grails-plugins/redis-gorm', |
| |
| // Grails 2 Plugins |
| 'grails2-plugins/mongodb', |
| 'grails2-plugins/neo4j', |
| 'grails2-plugins/hibernate4', |
| |
| // Boot Extensions |
| 'boot-plugins/gorm-hibernate4-spring-boot', |
| 'boot-plugins/gorm-mongodb-spring-boot', |
| 'boot-plugins/gorm-neo4j-spring-boot', |
| 'boot-plugins/gorm-cassandra-spring-boot', |
| |
| // GORM Implementations |
| 'grails-datastore-gorm-cassandra', |
| 'grails-datastore-gorm-neo4j', |
| 'grails-datastore-gorm-redis', |
| 'grails-datastore-gorm-rest-client', |
| 'grails-datastore-gorm-mongodb', |
| 'grails-datastore-gorm-hibernate-core', |
| 'grails-datastore-gorm-hibernate', |
| 'grails-datastore-gorm-hibernate4', |
| 'grails-datastore-gorm-hibernate5' |
| |
| // Unmaintained / Deprecated Implementations |
| /* 'grails-datastore-gorm-riak',*/ |
| // 'grails-datastore-gorm-simpledb', |
| // 'grails-datastore-gorm-dynamodb', |
| |
| /* |
| 'grails-datastore-gorm-jcr', |
| 'grails-datastore-gorm-simpledb' |
| */ |
| ) |
| // Datastore Project |