Browse Source

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

pull/817/head
Marcin Grzejszczak 4 years ago
parent
commit
6ea0b4738b
  1. 9
      pom.xml

9
pom.xml

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