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 ec56ad0 commit b1394dfCopy full SHA for b1394df
build.gradle
@@ -50,7 +50,12 @@ dependencies {
50
provided "org.grails:grails-core"
51
profile "org.grails.profiles:plugin:3.1.8"
52
provided "org.grails:grails-plugin-testing"
53
- compile "de.flapdoodle.embed:de.flapdoodle.embed.mongo:1.50.5"
+ compile("de.flapdoodle.embed:de.flapdoodle.embed.mongo:1.50.5") {
54
+ exclude group: "commons-io"
55
+ exclude group: "org.apache.commons"
56
+ exclude group: "net.java.dev.jna"
57
+ exclude group: "org.slf4j"
58
+ }
59
provided "org.grails.plugins:mongodb:5.0.8"
60
documentation "org.codehaus.groovy:groovy-all:2.4.6"
61
}
0 commit comments