Skip to content

Commit db258ad

Browse files
committed
1 parent ee2e59d commit db258ad

File tree

1 file changed

+5
-0
lines changed
  • chapter-4/chapter-4-spring-data-jpa

1 file changed

+5
-0
lines changed

chapter-4/chapter-4-spring-data-jpa/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
<artifactId>postgresql</artifactId>
3939
<scope>runtime</scope>
4040
</dependency>
41+
<dependency>
42+
<groupId>io.projectreactor</groupId>
43+
<artifactId>reactor-core</artifactId>
44+
<scope>runtime</scope>
45+
</dependency>
4146
<dependency>
4247
<groupId>org.springframework.boot</groupId>
4348
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)