Skip to content

Commit 85fb718

Browse files
makingspring-builds
authored andcommitted
Change hsqldb scope from runtime to test (#4366)
Fixes #4366 Signed-off-by: Toshiaki Maki <[email protected]> (cherry picked from commit 5e9e678)
1 parent c60d942 commit 85fb718

File tree

1 file changed

+1
-1
lines changed
  • auto-configurations/models/chat/memory/repository/spring-ai-autoconfigure-model-chat-memory-repository-jdbc

1 file changed

+1
-1
lines changed

auto-configurations/models/chat/memory/repository/spring-ai-autoconfigure-model-chat-memory-repository-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.hsqldb</groupId>
9595
<artifactId>hsqldb</artifactId>
96-
<scope>runtime</scope>
96+
<scope>test</scope>
9797
</dependency>
9898
</dependencies>
9999

0 commit comments

Comments
 (0)