File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 143
143
144
144
<!-- Persistence providers -->
145
145
146
- <dependency >
147
- <groupId >org.eclipse.persistence</groupId >
148
- <artifactId >org.eclipse.persistence.jpa</artifactId >
149
- <version >${eclipselink} </version >
150
- <optional >true</optional >
151
- </dependency >
152
-
153
146
<dependency >
154
147
<groupId >${hibernate.groupId} .orm</groupId >
155
148
<artifactId >hibernate-core</artifactId >
177
170
<version >${jakarta-annotation-api} </version >
178
171
</dependency >
179
172
173
+ <dependency >
174
+ <groupId >org.eclipse.persistence</groupId >
175
+ <artifactId >org.eclipse.persistence.jpa</artifactId >
176
+ <version >${eclipselink} </version >
177
+ <optional >true</optional >
178
+ </dependency >
179
+
180
180
<!-- QueryDsl -->
181
181
<dependency >
182
182
<groupId >com.querydsl</groupId >
You can’t perform that action at this time.
0 commit comments