|
|
|
|
@ -91,7 +91,8 @@
@@ -91,7 +91,8 @@
|
|
|
|
|
<mockito.version>1.9.5</mockito.version> |
|
|
|
|
<mongodb.version>2.12.3</mongodb.version> |
|
|
|
|
<mysql.version>5.1.31</mysql.version> |
|
|
|
|
<reactor.version>1.1.2.RELEASE</reactor.version> |
|
|
|
|
<reactor.version>1.1.4.RELEASE</reactor.version> |
|
|
|
|
<reactor-spring.version>1.1.3.RELEASE</reactor-spring.version> |
|
|
|
|
<servlet-api.version>3.0.1</servlet-api.version> |
|
|
|
|
<slf4j.version>1.7.7</slf4j.version> |
|
|
|
|
<snakeyaml.version>1.13</snakeyaml.version> |
|
|
|
|
@ -881,22 +882,22 @@
@@ -881,22 +882,22 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.projectreactor.spring</groupId> |
|
|
|
|
<artifactId>reactor-spring-core</artifactId> |
|
|
|
|
<version>${reactor.version}</version> |
|
|
|
|
<version>${reactor-spring.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.projectreactor.spring</groupId> |
|
|
|
|
<artifactId>reactor-spring-context</artifactId> |
|
|
|
|
<version>${reactor.version}</version> |
|
|
|
|
<version>${reactor-spring.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.projectreactor.spring</groupId> |
|
|
|
|
<artifactId>reactor-spring-messaging</artifactId> |
|
|
|
|
<version>${reactor.version}</version> |
|
|
|
|
<version>${reactor-spring.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.projectreactor.spring</groupId> |
|
|
|
|
<artifactId>reactor-spring-webmvc</artifactId> |
|
|
|
|
<version>${reactor.version}</version> |
|
|
|
|
<version>${reactor-spring.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
|