File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments