Skip to content

Commit

Permalink
adds missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Nov 14, 2023
1 parent 40faf72 commit cd29255
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jpa/boot-data-envers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-envers</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
Expand Down

0 comments on commit cd29255

Please sign in to comment.