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 71fa9ac + 5563f0c commit 0950a4dCopy full SHA for 0950a4d
marklogic-data-hub/src/main/java/com/marklogic/hub/util/MlcpRunner.java
@@ -196,16 +196,12 @@ else if (!mlcpFile.canExecute()) {
196
u -> (
197
u.contains("jdk") ||
198
u.contains("jre") ||
199
- u.contains(System.getProperty("user.dir")) ||
200
- u.contains("marklogic") ||
201
- u.contains("logback") ||
202
- u.contains("slf4j-api") ||
203
- u.contains("log4j-over-slf4j") ||
204
- u.contains("winutils") ||
+ u.contains("log") ||
205
u.contains("xml") ||
206
u.contains("json") ||
207
u.contains("jackson") ||
208
u.contains("xerces") ||
+ u.contains("slf") ||
209
u.contains("mlcp") ||
210
u.contains("xcc") ||
211
u.contains("xpp") ||
0 commit comments