We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2e59d commit db258adCopy full SHA for db258ad
chapter-4/chapter-4-spring-data-jpa/pom.xml
@@ -38,6 +38,11 @@
38
<artifactId>postgresql</artifactId>
39
<scope>runtime</scope>
40
</dependency>
41
+ <dependency>
42
+ <groupId>io.projectreactor</groupId>
43
+ <artifactId>reactor-core</artifactId>
44
+ <scope>runtime</scope>
45
+ </dependency>
46
<dependency>
47
<groupId>org.springframework.boot</groupId>
48
<artifactId>spring-boot-starter-test</artifactId>
0 commit comments