Skip to content

Commit 106778d

Browse files
committed
Fix the TypesenseVectorStoreIT
Signed-off-by: Christian Tzolov <[email protected]>
1 parent d4e1655 commit 106778d

File tree

1 file changed

+6
-0
lines changed
  • vector-stores/spring-ai-typesense-store

1 file changed

+6
-0
lines changed

vector-stores/spring-ai-typesense-store/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
<version>${typesense.version}</version>
5656
</dependency>
5757

58+
<dependency>
59+
<groupId>org.apache.commons</groupId>
60+
<artifactId>commons-lang3</artifactId>
61+
<scope>test</scope>
62+
</dependency>
63+
5864
<!-- TESTING -->
5965
<dependency>
6066
<groupId>org.springframework.ai</groupId>

0 commit comments

Comments
 (0)