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.
2 parents 4d3aeb2 + 0e3fa3e commit 8d17a13Copy full SHA for 8d17a13
examples/mlcp-project/build.gradle
@@ -29,7 +29,9 @@ configurations {
29
}
30
31
dependencies {
32
- mlcp "com.marklogic:mlcp:10.0.6.2"
+ mlcp('com.marklogic:mlcp:10.0.9') {
33
+ exclude group: 'log4j', module: 'log4j'
34
+ }
35
36
/**
37
* mlcp uses Log4j for logging, and if Log4j can't find a configuration file, it will complain and you'll
0 commit comments