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 143143
144144 <!-- Persistence providers -->
145145
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-
153146 <dependency >
154147 <groupId >${hibernate.groupId} .orm</groupId >
155148 <artifactId >hibernate-core</artifactId >
177170 <version >${jakarta-annotation-api} </version >
178171 </dependency >
179172
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+
180180 <!-- QueryDsl -->
181181 <dependency >
182182 <groupId >com.querydsl</groupId >
You can’t perform that action at this time.
0 commit comments