File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments