Skip to content

Commit 5b1fc1d

Browse files
author
LangChain4j
committed
1 parent 30996d2 commit 5b1fc1d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

langchain4j-embeddings/pom.xml

-10
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,13 @@
4444
<artifactId>api</artifactId>
4545
<version>${ai.djl.version}</version>
4646
<exclusions>
47-
<exclusion>
48-
<!-- due to CVE-2024-26308 and CVE-2024-25710-->
49-
<groupId>org.apache.commons</groupId>
50-
<artifactId>commons-compress</artifactId>
51-
</exclusion>
5247
<exclusion>
5348
<!-- due to version conflict between dev.langchain4j:langchain4j-core and ai.djl:api -->
5449
<groupId>org.slf4j</groupId>
5550
<artifactId>slf4j-api</artifactId>
5651
</exclusion>
5752
</exclusions>
5853
</dependency>
59-
<dependency>
60-
<groupId>org.apache.commons</groupId>
61-
<artifactId>commons-compress</artifactId>
62-
<version>1.27.1</version>
63-
</dependency>
6454

6555
<dependency>
6656
<groupId>ai.djl.huggingface</groupId>

0 commit comments

Comments
 (0)