Skip to content

Commit 8d17a13

Browse files
authored
Merge pull request #611 from hansenmc/issue610
Resolves issue #610
2 parents 4d3aeb2 + 0e3fa3e commit 8d17a13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/mlcp-project/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ configurations {
2929
}
3030

3131
dependencies {
32-
mlcp "com.marklogic:mlcp:10.0.6.2"
32+
mlcp('com.marklogic:mlcp:10.0.9') {
33+
exclude group: 'log4j', module: 'log4j'
34+
}
3335

3436
/**
3537
* mlcp uses Log4j for logging, and if Log4j can't find a configuration file, it will complain and you'll

0 commit comments

Comments
 (0)