Skip to content

Commit 5e9e678

Browse files
authored
Change hsqldb scope from runtime to test (#4366)
Auto-cherry-pick to 1.0.x Fixes #4366 Signed-off-by: Toshiaki Maki <[email protected]>
1 parent 5f984fb commit 5e9e678

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
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.hsqldb</groupId>
9494
<artifactId>hsqldb</artifactId>
95-
<scope>runtime</scope>
95+
<scope>test</scope>
9696
</dependency>
9797
</dependencies>
9898

0 commit comments

Comments
 (0)