Skip to content

Commit 33b98ca

Browse files
committed
Remove LangChain4j CDI/OpenAI and PrimeFaces dependencies from pom.xml
1 parent 14cd716 commit 33b98ca

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,6 @@
2323
</properties>
2424

2525
<dependencies>
26-
<dependency>
27-
<groupId>dev.langchain4j.cdi</groupId>
28-
<artifactId>langchain4j-cdi-portable-ext</artifactId>
29-
<version>${langchain4j-cdi.version}</version>
30-
</dependency>
31-
<dependency>
32-
<groupId>dev.langchain4j.cdi.mp</groupId>
33-
<artifactId>langchain4j-cdi-config</artifactId>
34-
<version>${langchain4j-cdi.version}</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>dev.langchain4j</groupId>
38-
<artifactId>langchain4j-open-ai</artifactId>
39-
<version>1.16.0</version>
40-
</dependency>
4126
<dependency>
4227
<groupId>org.eclipse.jnosql.databases</groupId>
4328
<artifactId>jnosql-mongodb</artifactId>
@@ -49,12 +34,6 @@
4934
<version>${jakartaee-api.version}</version>
5035
<scope>provided</scope>
5136
</dependency>
52-
<dependency>
53-
<groupId>org.primefaces</groupId>
54-
<artifactId>primefaces</artifactId>
55-
<version>15.0.16</version>
56-
<classifier>jakarta</classifier>
57-
</dependency>
5837
</dependencies>
5938

6039
<build>

0 commit comments

Comments
 (0)