Skip to content

Commit c56393f

Browse files
author
Mohaned Atef
committed
dropped change
1 parent dc2c6a5 commit c56393f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Monolithic-Ecommerce/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,15 @@
8383
<artifactId>lombok</artifactId>
8484
<scope>provided</scope>
8585
</dependency>
86-
</dependencies>
86+
<dependency>
87+
<groupId>jakarta.persistence</groupId>
88+
<artifactId>jakarta.persistence-api</artifactId>
89+
</dependency>
90+
<dependency>
91+
<groupId>jakarta.persistence</groupId>
92+
<artifactId>jakarta.persistence-api</artifactId>
93+
</dependency>
94+
</dependencies>
8795

8896

8997
<build>

0 commit comments

Comments
 (0)