Skip to content

Commit 8e9d2b1

Browse files
committed
refactor: make hibernate libraries test scoped
1 parent 1667ee3 commit 8e9d2b1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

spring-content-rest/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
<groupId>jakarta.persistence</groupId>
4242
<artifactId>jakarta.persistence-api</artifactId>
4343
</dependency>
44-
<dependency>
45-
<groupId>org.hibernate.orm</groupId>
46-
<artifactId>hibernate-core</artifactId>
47-
<version>${hibernate-orm.version}</version>
48-
</dependency>
4944
<dependency>
5045
<groupId>jakarta.activation</groupId>
5146
<artifactId>jakarta.activation-api</artifactId>
@@ -164,6 +159,12 @@
164159
<artifactId>spring-data-jpa</artifactId>
165160
<scope>test</scope>
166161
</dependency>
162+
<dependency>
163+
<groupId>org.hibernate.orm</groupId>
164+
<artifactId>hibernate-core</artifactId>
165+
<version>${hibernate-orm.version}</version>
166+
<scope>test</scope>
167+
</dependency>
167168
<dependency>
168169
<groupId>org.springframework</groupId>
169170
<artifactId>spring-aspects</artifactId>

0 commit comments

Comments
 (0)