Skip to content

Commit f0f5650

Browse files
committed
Only exclude commons-lang3
We need commons-compress for Embedded MongoDB.
1 parent 4d11757 commit f0f5650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
provided "org.grails:grails-web-testing-support"
4848
compile("de.flapdoodle.embed:de.flapdoodle.embed.mongo:2.2.0") {
4949
exclude group: "commons-io"
50-
exclude group: "org.apache.commons"
50+
exclude group: "org.apache.commons", module: "commons-lang3"
5151
exclude group: "net.java.dev.jna"
5252
exclude group: "org.slf4j"
5353
}

0 commit comments

Comments
 (0)