Revert "Setting reactor bom to 2020.0.0-SNAPSHOT due to reactor bom overriding in HATEOAS"

This reverts commit 6ea0b4738b.
This commit is contained in:
Ryan Baxter
2020-10-02 12:46:03 -04:00
parent e1c570af07
commit 084da119a1

View File

@@ -28,7 +28,6 @@
<properties>
<bintray.package>commons</bintray.package>
<evictor.version>1.0.0</evictor.version>
<reactor-bom.version>2020.0.0-SNAPSHOT</reactor-bom.version>
</properties>
<build>
<plugins>
@@ -146,14 +145,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- TODO: Remove me once Hateoas will not override Reactor BOM -->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>${reactor-bom.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-test-support</artifactId>