Skip to content

Commit 9291c30

Browse files
committed
explicitly add spring-webflux dependency
Signed-off-by: Alexandros Pappas <[email protected]>
1 parent 661e282 commit 9291c30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

models/spring-ai-elevenlabs/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
<artifactId>spring-context-support</artifactId>
5252
</dependency>
5353

54+
<dependency>
55+
<groupId>org.springframework</groupId>
56+
<artifactId>spring-webflux</artifactId>
57+
</dependency>
58+
5459
<dependency>
5560
<groupId>org.slf4j</groupId>
5661
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)