We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30996d2 commit 5b1fc1dCopy full SHA for 5b1fc1d
langchain4j-embeddings/pom.xml
@@ -44,23 +44,13 @@
44
<artifactId>api</artifactId>
45
<version>${ai.djl.version}</version>
46
<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>
52
<exclusion>
53
<!-- due to version conflict between dev.langchain4j:langchain4j-core and ai.djl:api -->
54
<groupId>org.slf4j</groupId>
55
<artifactId>slf4j-api</artifactId>
56
</exclusion>
57
</exclusions>
58
</dependency>
59
- <dependency>
60
61
62
- <version>1.27.1</version>
63
- </dependency>
64
65
<dependency>
66
<groupId>ai.djl.huggingface</groupId>
0 commit comments