Browse Source

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

This reverts commit 6ea0b4738b.
pull/837/head
Ryan Baxter 4 years ago
parent
commit
084da119a1
  1. 9
      pom.xml

9
pom.xml

@ -28,7 +28,6 @@ @@ -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 @@ @@ -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>

Loading…
Cancel
Save