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 4d11757 commit f0f5650Copy full SHA for f0f5650
build.gradle
@@ -47,7 +47,7 @@ dependencies {
47
provided "org.grails:grails-web-testing-support"
48
compile("de.flapdoodle.embed:de.flapdoodle.embed.mongo:2.2.0") {
49
exclude group: "commons-io"
50
- exclude group: "org.apache.commons"
+ exclude group: "org.apache.commons", module: "commons-lang3"
51
exclude group: "net.java.dev.jna"
52
exclude group: "org.slf4j"
53
}
0 commit comments