update scope for test dependencies

This commit is contained in:
Dragomir Alin 2024-04-16 09:30:38 +03:00
parent 1694ed90c4
commit 754fa52b6c
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>${spring-boot.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
@ -54,6 +55,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
<version>${hibernate.version}</version>
<scope>test</scope>
</dependency>
</dependencies>