Skip to content

Commit 54ba6e3

Browse files
committed
DATAREDIS-663 - Inherit Project Reactor version from dependency management.
Adapt to BOM import in Spring Data Build pom.
1 parent 4fc58ad commit 54ba6e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
<dependency>
8989
<groupId>io.projectreactor</groupId>
9090
<artifactId>reactor-core</artifactId>
91-
<version>${reactor}</version>
9291
<optional>true</optional>
9392
</dependency>
9493

@@ -192,7 +191,6 @@
192191
<dependency>
193192
<groupId>io.projectreactor</groupId>
194193
<artifactId>reactor-test</artifactId>
195-
<version>${reactor}</version>
196194
<scope>test</scope>
197195
</dependency>
198196
</dependencies>

0 commit comments

Comments
 (0)