Skip to content

Commit 19b863a

Browse files
committed
Fixing compileTestJava issue
1 parent 28198f8 commit 19b863a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

marklogic-spark-connector/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ dependencies {
6767
exclude group: "com.fasterxml.jackson.dataformat"
6868
}
6969

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+
7077
// Supports testing the embedder feature.
7178
testImplementation "dev.langchain4j:langchain4j-embeddings-all-minilm-l6-v2:0.35.0"
7279

0 commit comments

Comments
 (0)