Skip to content

Commit 6198dd4

Browse files
committed
Removed MarkLogic Maven repository from mlcp-example project
It appears this has not been needed at least since MLCP bumped to Jena 4, which brings in commons-csv version 1.10.0. And Gradle ignores MLCP's requested commons-csv version of "1.5.2-marklogic".
1 parent 7cef5d3 commit 6198dd4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/mlcp-project/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ apply plugin: "com.marklogic.ml-gradle"
1818

1919
repositories {
2020
mavenCentral()
21-
22-
// Needed for some mlcp dependencies, such as commons-csv:1.5.1-marklogic
23-
maven { url "https://developer.marklogic.com/maven2/" }
2421
}
2522

2623

0 commit comments

Comments
 (0)