Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LangChain4j committed Nov 19, 2024
1 parent 30996d2 commit 5b1fc1d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions langchain4j-embeddings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,13 @@
<artifactId>api</artifactId>
<version>${ai.djl.version}</version>
<exclusions>
<exclusion>
<!-- due to CVE-2024-26308 and CVE-2024-25710-->
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
<exclusion>
<!-- due to version conflict between dev.langchain4j:langchain4j-core and ai.djl:api -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.27.1</version>
</dependency>

<dependency>
<groupId>ai.djl.huggingface</groupId>
Expand Down

0 comments on commit 5b1fc1d

Please sign in to comment.