Sign in
apache
/
grails-data-mapping
/
refs/heads/2.x
/
.
/
grails-datastore-mongo
/
build.gradle
blob: 6c466ece7e1b0452265f1c21307d2c0d4f32d56b [
file
] [
log
] [
blame
]
version
=
"1.3.0.BUILD-SNAPSHOT"
dependencies
{
compile project
(
":grails-datastore-core"
)
compile
"org.mongodb:mongo-java-driver:2.11.1"
compile
(
"org.springframework.data:spring-data-mongodb:1.2.1.RELEASE"
)
}