We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7bd40 commit 5bfd01bCopy full SHA for 5bfd01b
grace-boot-mongodb/build.gradle
@@ -1,17 +1,11 @@
1
dependencies {
2
- api project(":grace-boot")
+ compileOnly project(":grace-boot")
3
api project(":grace-bootstrap")
4
api project(":grace-core")
5
- // compileOnly "org.spockframework:spock-core", {
6
- // exclude group: "junit", module: "junit-dep"
7
- // exclude group: 'org.codehaus.groovy', module: 'groovy-all'
8
- // exclude group: 'org.hamcrest', module: 'hamcrest-core'
9
- // }
10
11
api libs.grace.datastore.core
12
api libs.grace.datastore.gorm
13
api libs.grace.datastore.gorm.mongodb
14
- api libs.grace.datastore.gorm.mongodb.ext
15
api libs.grace.datastore.gorm.support
16
api libs.grace.datastore.web
17
0 commit comments