Skip to content

Commit 0950a4d

Browse files
author
Charles Greer
authored
Merge pull request #1485 from marklogic/bugfix/DHFPROD-1495
Bugfix/dhfprod 1495
2 parents 71fa9ac + 5563f0c commit 0950a4d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

marklogic-data-hub/src/main/java/com/marklogic/hub/util/MlcpRunner.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,16 +196,12 @@ else if (!mlcpFile.canExecute()) {
196196
u -> (
197197
u.contains("jdk") ||
198198
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") ||
199+
u.contains("log") ||
205200
u.contains("xml") ||
206201
u.contains("json") ||
207202
u.contains("jackson") ||
208203
u.contains("xerces") ||
204+
u.contains("slf") ||
209205
u.contains("mlcp") ||
210206
u.contains("xcc") ||
211207
u.contains("xpp") ||

0 commit comments

Comments
 (0)