Migrate ollama to jackson (#1072)

PropertyNamingStrategies.SnakeCaseStrategy requires jackson 2.12+
This commit is contained in:
LangChain4j 2024-07-16 10:02:25 +02:00
parent 56f6e91096
commit ee8f976782
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@
<artifactId>converter-jackson</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>