forked from grails/grails-data-mapping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
72 lines (63 loc) · 2.29 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
include ("grails-datastore-core",
"grails-datastore-simple",
"grails-datastore-web",
'grails-datastore-rest-client',
/*
"grails-datastore-jcr",*/
// Documentation
'grails-documentation-core',
'grails-documentation-hibernate',
'grails-documentation-mongodb',
'grails-documentation-redis',
/* 'grails-documentation-riak',*/
'grails-documentation-neo4j',
// 'grails-documentation-simpledb',
// 'grails-documentation-dynamodb',
'grails-documentation-rest-client',
'grails-documentation-cassandra',
// 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