File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 41
41
<groupId >jakarta.persistence</groupId >
42
42
<artifactId >jakarta.persistence-api</artifactId >
43
43
</dependency >
44
- <dependency >
45
- <groupId >org.hibernate.orm</groupId >
46
- <artifactId >hibernate-core</artifactId >
47
- <version >${hibernate-orm.version} </version >
48
- </dependency >
49
44
<dependency >
50
45
<groupId >jakarta.activation</groupId >
51
46
<artifactId >jakarta.activation-api</artifactId >
164
159
<artifactId >spring-data-jpa</artifactId >
165
160
<scope >test</scope >
166
161
</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 >
167
168
<dependency >
168
169
<groupId >org.springframework</groupId >
169
170
<artifactId >spring-aspects</artifactId >
You can’t perform that action at this time.
0 commit comments