Skip to content

Commit db87823

Browse files
author
LangChain4j
committed
1 parent 88de236 commit db87823

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

langchain4j-embeddings/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
<groupId>dev.langchain4j</groupId>
2626
<artifactId>langchain4j-core</artifactId>
2727
<version>${project.version}</version>
28+
<exclusions>
29+
<exclusion>
30+
<groupId>com.google.code.gson</groupId>
31+
<artifactId>gson</artifactId>
32+
</exclusion>
33+
</exclusions>
2834
</dependency>
2935

3036
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
</modules>
3131

3232
<properties>
33-
<maven.compiler.source>1.8</maven.compiler.source>
34-
<maven.compiler.target>1.8</maven.compiler.target>
33+
<maven.compiler.source>17</maven.compiler.source>
34+
<maven.compiler.target>17</maven.compiler.target>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<junit.version>5.11.2</junit.version>
3737
</properties>

0 commit comments

Comments
 (0)