File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 4141 <artifactId >spring-cloud-starter-netflix-eureka-client</artifactId >
4242 <version >3.0.3</version >
4343 </dependency >
44-
4544 <!-- H2 Database -->
4645 <dependency >
4746 <groupId >com.h2database</groupId >
4847 <artifactId >h2</artifactId >
4948 <scope >runtime</scope >
5049 </dependency >
51-
5250 <!-- Test Dependencies -->
5351 <dependency >
5452 <groupId >org.springframework.boot</groupId >
5553 <artifactId >spring-boot-starter-test</artifactId >
5654 <scope >test</scope >
5755 </dependency >
56+ <!-- Jakarta Persistence API -->
57+ <dependency >
58+ <groupId >jakarta.persistence</groupId >
59+ <artifactId >jakarta.persistence-api</artifactId >
60+ <version >3.0.0</version >
61+ </dependency >
5862 </dependencies >
5963
6064 <dependencyManagement >
111115 </plugin >
112116 </plugins >
113117 </build >
114- </project >
118+ </project >
You can’t perform that action at this time.
0 commit comments