Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Nov 27, 2024
1 parent ee2e59d commit db258ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chapter-4/chapter-4-spring-data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down

0 comments on commit db258ad

Please sign in to comment.