Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin7-1 committed Dec 24, 2024
1 parent 3d26745 commit be95def
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions langchain4j-redis-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-embeddings-all-minilm-l6-v2-q</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-spring-boot-tests</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.redis.testcontainers</groupId>
Expand Down

0 comments on commit be95def

Please sign in to comment.