Skip to content

Commit 205c090

Browse files
committed
remove unused dependency
1 parent 1cc7b03 commit 205c090

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.javaaidev</groupId>
88
<artifactId>springai-openai-client</artifactId>
9-
<version>0.6.0</version>
9+
<version>0.6.1</version>
1010

1111
<name>OpenAI ChatModel</name>
1212
<description>Spring AI ChatModel for OpenAI using official Java SDK</description>
@@ -186,11 +186,6 @@
186186
<artifactId>spring-ai-client-chat</artifactId>
187187
<version>${spring-ai.version}</version>
188188
</dependency>
189-
<dependency>
190-
<groupId>org.springframework.ai</groupId>
191-
<artifactId>spring-ai-openai</artifactId>
192-
<version>${spring-ai.version}</version>
193-
</dependency>
194189
<dependency>
195190
<groupId>com.openai</groupId>
196191
<artifactId>openai-java</artifactId>

0 commit comments

Comments
 (0)