Fixed reactor to 2020.0.0-SNAPSHOT
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -45,6 +45,7 @@
|
||||
<jgit.version>5.5.1.201910021850-r</jgit.version>
|
||||
<javax-inject.version>1</javax-inject.version>
|
||||
<mockito.version>3.4.6</mockito.version>
|
||||
<reactor.version>2020.0.0-SNAPSHOT</reactor.version>
|
||||
|
||||
<junit-platform.version>1.3.2</junit-platform.version>
|
||||
<junit-vintage.version>5.6.2</junit-vintage.version>
|
||||
@@ -110,6 +111,13 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.projectreactor</groupId>
|
||||
<artifactId>reactor-bom</artifactId>
|
||||
<version>${reactor.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.camel.springboot</groupId>
|
||||
<artifactId>camel-spring-boot-starter</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user