Skip to content

Commit

Permalink
[INJICERT-657] Added jakarta dependency for build fix
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush7034 <piyushshukla2100@gmail.com>
  • Loading branch information
Piyush7034 committed Dec 18, 2024
1 parent 9c29bb9 commit 636f147
Showing 1 changed file with 5 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

0 comments on commit 636f147

Please sign in to comment.