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 69220de commit 2146fdbCopy full SHA for 2146fdb
center/build.gradle
@@ -27,8 +27,8 @@ tasks.withType(JavaCompile) {
27
}
28
29
dependencies {
30
- implementation 'dev.langchain4j:langchain4j:0.11.0'
31
- implementation 'dev.langchain4j:langchain4j-pinecone:0.11.0'
+ compileOnly 'dev.langchain4j:langchain4j:0.11.0'
+ compileOnly 'dev.langchain4j:langchain4j-pinecone:0.11.0'
32
implementation 'org.dom4j:dom4j:2.1.4'
33
testCompile 'org.mockito:mockito-core:3.12.4'
34
testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: springBootWebVersion
0 commit comments