File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >io.projectreactor</groupId >
20
20
<artifactId >reactor-bom</artifactId >
21
- <version >Bismuth-RELEASE </version >
21
+ <version >Bismuth-SR3 </version >
22
22
<scope >import</scope >
23
23
<type >pom</type >
24
24
</dependency >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.0.0.BUILD-SNAPSHOT </version >
10
+ <version >2.0.0.M5 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
26
26
<artifactId >spring-boot-starter-webflux</artifactId >
27
27
</dependency >
28
28
29
+ <dependency >
30
+ <groupId >org.springframework.boot</groupId >
31
+ <artifactId >spring-boot-starter-data-mongodb</artifactId >
32
+ </dependency >
33
+
29
34
<dependency >
30
35
<groupId >org.springframework.boot</groupId >
31
36
<artifactId >spring-boot-starter-data-mongodb-reactive</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.0.0.BUILD-SNAPSHOT </version >
10
+ <version >2.0.0.M5 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
You can’t perform that action at this time.
0 commit comments