Sign in
apache
/
grails-data-mapping
/
refs/heads/2.x
/
.
/
grails-datastore-gorm-jcr
/
build.gradle
blob: 3df5587fbf0a26c8750067749f0ffc966aecc72c [
file
] [
log
] [
blame
]
dependencies
{
compile project
(
":grails-datastore-gorm"
),
project
(
":grails-datastore-jcr"
),
project
(
":grails-datastore-core"
)
testCompile project
(
":grails-datastore-gorm-test"
),
project
(
":grails-datastore-gorm-tck"
)
}