Skip to content

Commit 30a8608

Browse files
committed
DATAMONGO-1746 - Inherit Project Reactor version from dependency management.
Adapt to BOM import in Spring Data Build pom.
1 parent c77facd commit 30a8608

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

spring-data-mongodb-cross-store/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<dependency>
5656
<groupId>io.projectreactor</groupId>
5757
<artifactId>reactor-core</artifactId>
58-
<version>${reactor}</version>
5958
<optional>true</optional>
6059
</dependency>
6160

spring-data-mongodb/pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,12 @@
107107
<dependency>
108108
<groupId>io.projectreactor</groupId>
109109
<artifactId>reactor-core</artifactId>
110-
<version>${reactor}</version>
111110
<optional>true</optional>
112111
</dependency>
113112

114113
<dependency>
115114
<groupId>io.projectreactor</groupId>
116115
<artifactId>reactor-test</artifactId>
117-
<version>${reactor}</version>
118116
<optional>true</optional>
119117
</dependency>
120118

@@ -238,7 +236,7 @@
238236
<version>0.1.4</version>
239237
<scope>test</scope>
240238
</dependency>
241-
239+
242240
<!-- Kotlin extension -->
243241
<dependency>
244242
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)