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.
1 parent 28198f8 commit 19b863aCopy full SHA for 19b863a
marklogic-spark-connector/build.gradle
@@ -67,6 +67,13 @@ dependencies {
67
exclude group: "com.fasterxml.jackson.dataformat"
68
}
69
70
+ // Oddly need this specified here too, otherwise compileTestJava fails. Not sure why it's not coming via the
71
+ // "marklogic-spark-langchain4j" dependency.
72
+ testImplementation (project(":marklogic-langchain4j")) {
73
+ exclude group: "com.fasterxml.jackson.core"
74
+ exclude group: "com.fasterxml.jackson.dataformat"
75
+ }
76
+
77
// Supports testing the embedder feature.
78
testImplementation "dev.langchain4j:langchain4j-embeddings-all-minilm-l6-v2:0.35.0"
79
0 commit comments