Skip to content

Commit

Permalink
Added jakarta dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush7034 <[email protected]>
  • Loading branch information
Piyush7034 committed Dec 18, 2024
1 parent 1eb1b93 commit ab4a8b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions postgres-dataprovider-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>3.1.0</version>
</dependency>
</dependencies>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package io.mosip.certify.postgresdataprovider.integration.repository;



import jakarta.persistence.*;
import org.springframework.stereotype.Repository;

Expand Down

0 comments on commit ab4a8b9

Please sign in to comment.