Skip to content

Commit b175a20

Browse files
committed
refactor: make persistence and hibernate libraries test scoped
1 parent 499fddd commit b175a20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-content-gcs/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,13 @@
8787
<groupId>jakarta.persistence</groupId>
8888
<artifactId>jakarta.persistence-api</artifactId>
8989
<version>${jakarta-persistence-api.version}</version>
90+
<scope>test</scope>
9091
</dependency>
9192
<dependency>
9293
<groupId>org.hibernate.orm</groupId>
9394
<artifactId>hibernate-core</artifactId>
9495
<version>${hibernate-orm.version}</version>
96+
<scope>test</scope>
9597
</dependency>
9698

9799
<dependency>

0 commit comments

Comments
 (0)